COLOR #90CF67

HEX: #90CF67
RGB: (144,207,103)

Color info

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

RGB color model

#90CF67 color RGB value is (144,207,103).

  • red value is 144;
  • green value is 207;
  • blue value is 103.
RGB:
(144,207,103)
(56%,81%,40%)

RGB channels and saturation

R 144 of 255 = 56%
G 207 of 255 = 81%
B 103 of 255 = 40%

144
207
103

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

Portions of RGB colors in percentages

R + G + B =
144 + 207 + 103 = 454 (100%)
R 144 of 454 ~ 31.72%
G 207 of 454 ~ 45.59%
B 103 of 454 ~ 22.69%

%31.72
%45.59
%22.69

CMYK color model

#90CF67 color CMYK value is (30,0,50,19).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 50.24%
  • key color value is 18.82%
CMYK:
(30,0,50,19)
C30M0Y50K19 
(30%,0%,50%,19%)
(0.30/0.00/0.50/0.19)	

CMYK percentages

%30.43
%0
%50.24
%18.82

Codes

Color #90CF67 in popluar color models

90CF67
RGB144207103
HSL96°52.00%60.78%
HSB/HSV96°50.24%81.18%
CMYK30.43%0.00%50.24%
18.82%

Color #90CF67 in popluar number systems.

HEX90CF67
Decimal144207103
Binary10010000110011111100111
Octal220317147

Shades and tints

Shades of #90CF67

#90CF67
(144,207,103)
#83BD5E
(131,189,94)
#76AB55
(118,171,85)
#69994C
(105,153,76)
#5C8743
(92,135,67)
#4F753A
(79,117,58)
#426331
(66,99,49)
#355128
(53,81,40)
#283F1F
(40,63,31)
#1B2D16
(27,45,22)
#0E1B0D
(14,27,13)
#000000
(0,0,0)

Tints of #90CF67

#90CF67
(144,207,103)
#9AD374
(154,211,116)
#A4D781
(164,215,129)
#AEDB8E
(174,219,142)
#B8DF9B
(184,223,155)
#C2E3A8
(194,227,168)
#CCE7B5
(204,231,181)
#D6EBC2
(214,235,194)
#E0EFCF
(224,239,207)
#EAF3DC
(234,243,220)
#F4F7E9
(244,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90CF67; }

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

This text font color is #90CF67.


Background Color

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

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

This div background color is #90CF67.


Border color

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

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

This div border color is #90CF67.


Opacity

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

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

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

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

This text has shadow with #90CF67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90CF67 on black background.


Color preview on white background

This text has color #90CF67 on white background.



Black color preview on #90CF67 background

This text has black color on #90CF67 background.


White color preview on #90CF67 background

This text has white color on #90CF67 background.