COLOR #90E79A

HEX: #90E79A RGB: (144,231,154)

Color info

#90E79A contains mainly green color. Web safe color of #90E79A is #99FF99 (or #9F9).

RGB color model

#90E79A color RGB value is (144,231,154).

RGB: (144,231,154) (56%, 91%, 60%)

RGB channels and saturation

R 144 of 255 = 56%
G 231 of 255 = 91%
B 154 of 255 = 60%

144
231
154

R + G + B ~ 69%. #90E79A is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 231 + 154 = 529 (100%)
R 144 of 529 ~ 27.22%
G 231 of 529 ~ 43.67%
B 154 of 529 ~ 29.11'%

%27.22
%43.67
%29.11

CMYK color model

#90E79A color CMYK value is (38,0,33,9).

  • cyan value is 37.66%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 9.41%

CMYK: (38,0,33,9)
C38M0Y33K9 (38%, 0%, 33%, 9%)
(0.38 / 0.00 / 0.33 / 0.09)

CMYK percentages

%37.66
%0
%33.33
%9.41

Codes

Color #90E79A in popluar color models

90 E7 9A
RGB 144 231 154
HSL 127° 64.44% 73.53%
HSB/HSV 127° 37.66% 90.59%
CMYK 37.66% 0.00% 33.33%
9.41%

Color #90E79A in popluar number systems.

HEX 90 E7 9A
Decimal 144 231 154
Binary 10010000 11100111 10011010
Octal 220 347 232

Shades and tints

Shades of #90E79A

#90E79A
(144,231,154)
#83D28C
(131,210,140)
#76BD7E
(118,189,126)
#69A870
(105,168,112)
#5C9362
(92,147,98)
#4F7E54
(79,126,84)
#426946
(66,105,70)
#355438
(53,84,56)
#283F2A
(40,63,42)
#1B2A1C
(27,42,28)
#0E150E
(14,21,14)
#000000
(0,0,0)

Tints of #90E79A

#90E79A
(144,231,154)
#9AE9A3
(154,233,163)
#A4EBAC
(164,235,172)
#AEEDB5
(174,237,181)
#B8EFBE
(184,239,190)
#C2F1C7
(194,241,199)
#CCF3D0
(204,243,208)
#D6F5D9
(214,245,217)
#E0F7E2
(224,247,226)
#EAF9EB
(234,249,235)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90E79A color. Also use rgb(144,231,154) instead hex code.

Text Font Color

.myTextColor { color: #90E79A; }

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

This text font color is #90E79A.

Background Color

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

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

This div background color is #90E79A.

Border color

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

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

This div border color is #90E79A.

Opacity

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

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

Text with #90E79A 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 #90E79A;}

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

This text has shadow with #90E79A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90E79A.

Preview

Color preview on black background

This text has color #90E79A on black background.


Color preview on white background

This text has color #90E79A on white background.


Black color preview on #90E79A background

This text has black color on #90E79A background.


White color preview on #90E79A background

This text has white color on #90E79A background.


Related colors

Complementary color

Complementary color for #hex is #6F1865.


I love getcolorcode.com

Triadic colors

1 #9A90E7 and #E79A90 with #90E79A are triadic colors.

2 #9AE790 and #E7909A with #90E79A are triadic colors.