COLOR #90E58F

HEX: #90E58F RGB: (144,229,143)

Color info

#90E58F contains mainly green color. Web safe color of #90E58F is #99CC99 (or #9C9).

RGB color model

#90E58F color RGB value is (144,229,143).

RGB: (144,229,143) (56%, 90%, 56%)

RGB channels and saturation

R 144 of 255 = 56%
G 229 of 255 = 90%
B 143 of 255 = 56%

144
229
143

R + G + B ~ 67%. #90E58F is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 229 + 143 = 516 (100%)
R 144 of 516 ~ 27.91%
G 229 of 516 ~ 44.38%
B 143 of 516 ~ 27.71'%

%27.91
%44.38
%27.71

CMYK color model

#90E58F color CMYK value is (37,0,38,10).

  • cyan value is 37.12%
  • magenta value is 0.00%
  • yellow value is 37.55%
  • key color value is 10.20%

CMYK: (37,0,38,10)
C37M0Y38K10 (37%, 0%, 38%, 10%)
(0.37 / 0.00 / 0.38 / 0.10)

CMYK percentages

%37.12
%0
%37.55
%10.2

Codes

Color #90E58F in popluar color models

90 E5 8F
RGB 144 229 143
HSL 119° 62.32% 72.94%
HSB/HSV 119° 37.55% 89.80%
CMYK 37.12% 0.00% 37.55%
10.20%

Color #90E58F in popluar number systems.

HEX 90 E5 8F
Decimal 144 229 143
Binary 10010000 11100101 10001111
Octal 220 345 217

Shades and tints

Shades of #90E58F

#90E58F
(144,229,143)
#83D182
(131,209,130)
#76BD75
(118,189,117)
#69A968
(105,169,104)
#5C955B
(92,149,91)
#4F814E
(79,129,78)
#426D41
(66,109,65)
#355934
(53,89,52)
#284527
(40,69,39)
#1B311A
(27,49,26)
#0E1D0D
(14,29,13)
#000000
(0,0,0)

Tints of #90E58F

#90E58F
(144,229,143)
#9AE799
(154,231,153)
#A4E9A3
(164,233,163)
#AEEBAD
(174,235,173)
#B8EDB7
(184,237,183)
#C2EFC1
(194,239,193)
#CCF1CB
(204,241,203)
#D6F3D5
(214,243,213)
#E0F5DF
(224,245,223)
#EAF7E9
(234,247,233)
#F4F9F3
(244,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90E58F color. Also use rgb(144,229,143) instead hex code.

Text Font Color

.myTextColor { color: #90E58F; }

<p style="color:#90E58F">This sample text font color is #90E58F.</p>

This text font color is #90E58F.

Background Color

.myBgColor { background-color: #90E58F; }

<div style="background-color:#90E58F">Inner text</div>

This div background color is #90E58F.

Border color

.myBorderColor { border: 1px solid #90E58F; }

<div style="border:3px solid #90E58F">Div</div>

This div border color is #90E58F.

Opacity

.myOpacity80 { color: #90E58F; opacity: 0.8; }

<p style="color:#90E58F;opacity:0.8;">80%</p>

Text with #90E58F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #90E58F;}

<p style="text-shadow: 3px 3px 1px #90E58F">Text here.</p>

This text has shadow with #90E58F color.


.textShadow {text-shadow: 3px 3px 1px #90E58F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #90E58F, 5px 5px 20px red">Text here.</p>

This text has shadow with #90E58F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#90E58F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#90E58F, Direction=45, Strength=4)">Text</p>

This text has shadow with #90E58F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #90E58F;
-webkit-box-shadow: 1px 1px 3px 2px #90E58F;
box-shadow: 1px 1px 3px 2px #90E58F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #90E58F; -webkit-box-shadow: 1px 1px 3px 2px #90E58F; box-shadow:1px 1px 3px 2px #90E58F;">
Div content here
</div>

This div box has shadow with color #90E58F.

Preview

Color preview on black background

This text has color #90E58F on black background.


Color preview on white background

This text has color #90E58F on white background.


Black color preview on #90E58F background

This text has black color on #90E58F background.


White color preview on #90E58F background

This text has white color on #90E58F background.


Related colors

Complementary color

Complementary color for #hex is #6F1A70.


I love getcolorcode.com

Triadic colors

1 #8F90E5 and #E58F90 with #90E58F are triadic colors.

2 #8FE590 and #E5908F with #90E58F are triadic colors.