COLOR #90CA6E

HEX: #90CA6E RGB: (144,202,110)

Color info

#90CA6E contains mainly red and green colors. Web safe color of #90CA6E is #99CC66 (or #9C6).

RGB color model

#90CA6E color RGB value is (144,202,110).

RGB: (144,202,110) (56%, 79%, 43%)

RGB channels and saturation

R 144 of 255 = 56%
G 202 of 255 = 79%
B 110 of 255 = 43%

144
202
110

R + G + B ~ 59%. #90CA6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 144 + 202 + 110 = 456 (100%)
R 144 of 456 ~ 31.58%
G 202 of 456 ~ 44.3%
B 110 of 456 ~ 24.12'%

%31.58
%44.3
%24.12

CMYK color model

#90CA6E color CMYK value is (29,0,46,21).

  • cyan value is 28.71%
  • magenta value is 0.00%
  • yellow value is 45.54%
  • key color value is 20.78%

CMYK: (29,0,46,21)
C29M0Y46K21 (29%, 0%, 46%, 21%)
(0.29 / 0.00 / 0.46 / 0.21)

CMYK percentages

%28.71
%0
%45.54
%20.78

Codes

Color #90CA6E in popluar color models

90 CA 6E
RGB 144 202 110
HSL 98° 46.46% 61.18%
HSB/HSV 98° 45.54% 79.22%
CMYK 28.71% 0.00% 45.54%
20.78%

Color #90CA6E in popluar number systems.

HEX 90 CA 6E
Decimal 144 202 110
Binary 10010000 11001010 1101110
Octal 220 312 156

Shades and tints

Shades of #90CA6E

#90CA6E
(144,202,110)
#83B864
(131,184,100)
#76A65A
(118,166,90)
#699450
(105,148,80)
#5C8246
(92,130,70)
#4F703C
(79,112,60)
#425E32
(66,94,50)
#354C28
(53,76,40)
#283A1E
(40,58,30)
#1B2814
(27,40,20)
#0E160A
(14,22,10)
#000000
(0,0,0)

Tints of #90CA6E

#90CA6E
(144,202,110)
#9ACE7B
(154,206,123)
#A4D288
(164,210,136)
#AED695
(174,214,149)
#B8DAA2
(184,218,162)
#C2DEAF
(194,222,175)
#CCE2BC
(204,226,188)
#D6E6C9
(214,230,201)
#E0EAD6
(224,234,214)
#EAEEE3
(234,238,227)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CA6E color. Also use rgb(144,202,110) instead hex code.

Text Font Color

.myTextColor { color: #90CA6E; }

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

This text font color is #90CA6E.

Background Color

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

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

This div background color is #90CA6E.

Border color

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

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

This div border color is #90CA6E.

Opacity

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

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

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

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

This text has shadow with #90CA6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90CA6E.

Preview

Color preview on black background

This text has color #90CA6E on black background.


Color preview on white background

This text has color #90CA6E on white background.


Black color preview on #90CA6E background

This text has black color on #90CA6E background.


White color preview on #90CA6E background

This text has white color on #90CA6E background.


Related colors

Complementary color

Complementary color for #hex is #6F3591.


I love getcolorcode.com

Triadic colors

1 #6E90CA and #CA6E90 with #90CA6E are triadic colors.

2 #6ECA90 and #CA906E with #90CA6E are triadic colors.