#90CE9D

Color #90CE9D Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #90CE9D

Tints of Chinook #90CE9D

Color information

#90CE9D (or 0x90CE9D) is unknown color: approx Chinook. HEX triplet: 90, CE and 9D. RGB value is (144,206,157). Sum of RGB (Red+Green+Blue) = 144+206+157=507 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.40% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CE9D is #6F3162. Grayscale: #B6B6B6. Windows color (decimal): -7287139 or 10342032. OLE color: 10342032.

HSL color Cylindrical-coordinate representation of color #90CE9D: hue angle of 132.58º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CE9D is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB144206157-
CMYK0.3000.240.19
HSL132.58º38.75%68.63%-
HSV(B)132.58º30.1%80.78%-
XYZ39.6652.5139.94-
YUV181.88113.96100.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 144 (56.64% from 255) = 28.40%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=28.40%
G=40.63%
B=30.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442061570.3000.240.19132.5838.7568.63
Hex90CE9D1E01813852745
Octal220316235360302320547105
Binary1001000011001110100111011111001100010011100001011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90CE9D; }

 p { color: rgb(144,206,157); }

 H1.HeaderClassName
 {
   color: #90CE9D;
 }
 .AnyTagClassName
 {
   color: #90CE9D;
 }
</style>
background-color css

<style>
 a { background-color: #90CE9D; }

 a { background-color: rgb(144,206,157); }

 div.DivClassName
 {
   background-color: #90CE9D;
 }
 .BgClassName
 {
   background-color: #90CE9D;
 }
</style>
border-color css

<style>
 span { border-color: #90CE9D; }

 span { border-color: rgb(144,206,157); }

 td.TdClassName
 {
   border-color: #90CE9D;
 }
 .TagClassName
 {
   border-color: #90CE9D;
 }
</style>