COLOR #90CF6C

HEX: #90CF6C RGB: (144,207,108)

Color info

#90CF6C contains mainly green color. Web safe color of #90CF6C is #99CC66 (or #9C6).

RGB color model

#90CF6C color RGB value is (144,207,108).

RGB: (144,207,108) (56%, 81%, 42%)

RGB channels and saturation

R 144 of 255 = 56%
G 207 of 255 = 81%
B 108 of 255 = 42%

144
207
108

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

Portions of RGB colors in percentages

R + G + B = 144 + 207 + 108 = 459 (100%)
R 144 of 459 ~ 31.37%
G 207 of 459 ~ 45.1%
B 108 of 459 ~ 23.53'%

%31.37
%45.1
%23.53

CMYK color model

#90CF6C color CMYK value is (30,0,48,19).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 18.82%

CMYK: (30,0,48,19)
C30M0Y48K19 (30%, 0%, 48%, 19%)
(0.30 / 0.00 / 0.48 / 0.19)

CMYK percentages

%30.43
%0
%47.83
%18.82

Codes

Color #90CF6C in popluar color models

90 CF 6C
RGB 144 207 108
HSL 98° 50.77% 61.76%
HSB/HSV 98° 47.83% 81.18%
CMYK 30.43% 0.00% 47.83%
18.82%

Color #90CF6C in popluar number systems.

HEX 90 CF 6C
Decimal 144 207 108
Binary 10010000 11001111 1101100
Octal 220 317 154

Shades and tints

Shades of #90CF6C

#90CF6C
(144,207,108)
#83BD63
(131,189,99)
#76AB5A
(118,171,90)
#699951
(105,153,81)
#5C8748
(92,135,72)
#4F753F
(79,117,63)
#426336
(66,99,54)
#35512D
(53,81,45)
#283F24
(40,63,36)
#1B2D1B
(27,45,27)
#0E1B12
(14,27,18)
#000000
(0,0,0)

Tints of #90CF6C

#90CF6C
(144,207,108)
#9AD379
(154,211,121)
#A4D786
(164,215,134)
#AEDB93
(174,219,147)
#B8DFA0
(184,223,160)
#C2E3AD
(194,227,173)
#CCE7BA
(204,231,186)
#D6EBC7
(214,235,199)
#E0EFD4
(224,239,212)
#EAF3E1
(234,243,225)
#F4F7EE
(244,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90CF6C color. Also use rgb(144,207,108) instead hex code.

Text Font Color

.myTextColor { color: #90CF6C; }

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

This text font color is #90CF6C.

Background Color

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

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

This div background color is #90CF6C.

Border color

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

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

This div border color is #90CF6C.

Opacity

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

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

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

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

This text has shadow with #90CF6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90CF6C.

Preview

Color preview on black background

This text has color #90CF6C on black background.


Color preview on white background

This text has color #90CF6C on white background.


Black color preview on #90CF6C background

This text has black color on #90CF6C background.


White color preview on #90CF6C background

This text has white color on #90CF6C background.


Related colors

Complementary color

Complementary color for #hex is #6F3093.


I love getcolorcode.com

Triadic colors

1 #6C90CF and #CF6C90 with #90CF6C are triadic colors.

2 #6CCF90 and #CF906C with #90CF6C are triadic colors.