COLOR #90C67E

HEX: #90C67E RGB: (144,198,126)

Color info

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

RGB color model

#90C67E color RGB value is (144,198,126).

RGB: (144,198,126) (56%, 78%, 49%)

RGB channels and saturation

R 144 of 255 = 56%
G 198 of 255 = 78%
B 126 of 255 = 49%

144
198
126

R + G + B ~ 61%. #90C67E is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 198 + 126 = 468 (100%)
R 144 of 468 ~ 30.77%
G 198 of 468 ~ 42.31%
B 126 of 468 ~ 26.92'%

%30.77
%42.31
%26.92

CMYK color model

#90C67E color CMYK value is (27,0,36,22).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 22.35%

CMYK: (27,0,36,22)
C27M0Y36K22 (27%, 0%, 36%, 22%)
(0.27 / 0.00 / 0.36 / 0.22)

CMYK percentages

%27.27
%0
%36.36
%22.35

Codes

Color #90C67E in popluar color models

90 C6 7E
RGB 144 198 126
HSL 105° 38.71% 63.53%
HSB/HSV 105° 36.36% 77.65%
CMYK 27.27% 0.00% 36.36%
22.35%

Color #90C67E in popluar number systems.

HEX 90 C6 7E
Decimal 144 198 126
Binary 10010000 11000110 1111110
Octal 220 306 176

Shades and tints

Shades of #90C67E

#90C67E
(144,198,126)
#83B473
(131,180,115)
#76A268
(118,162,104)
#69905D
(105,144,93)
#5C7E52
(92,126,82)
#4F6C47
(79,108,71)
#425A3C
(66,90,60)
#354831
(53,72,49)
#283626
(40,54,38)
#1B241B
(27,36,27)
#0E1210
(14,18,16)
#000000
(0,0,0)

Tints of #90C67E

#90C67E
(144,198,126)
#9ACB89
(154,203,137)
#A4D094
(164,208,148)
#AED59F
(174,213,159)
#B8DAAA
(184,218,170)
#C2DFB5
(194,223,181)
#CCE4C0
(204,228,192)
#D6E9CB
(214,233,203)
#E0EED6
(224,238,214)
#EAF3E1
(234,243,225)
#F4F8EC
(244,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90C67E color. Also use rgb(144,198,126) instead hex code.

Text Font Color

.myTextColor { color: #90C67E; }

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

This text font color is #90C67E.

Background Color

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

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

This div background color is #90C67E.

Border color

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

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

This div border color is #90C67E.

Opacity

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

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

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

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

This text has shadow with #90C67E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90C67E.

Preview

Color preview on black background

This text has color #90C67E on black background.


Color preview on white background

This text has color #90C67E on white background.


Black color preview on #90C67E background

This text has black color on #90C67E background.


White color preview on #90C67E background

This text has white color on #90C67E background.


Related colors

Complementary color

Complementary color for #90C67E is #6F3981.


I love getcolorcode.com

Triadic colors

1 #7E90C6 and #C67E90 with #90C67E are triadic colors.

2 #7EC690 and #C6907E with #90C67E are triadic colors.