#90CE9E

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

Shades of Chinook #90CE9E

Tints of Chinook #90CE9E

Color information

#90CE9E (or 0x90CE9E) is unknown color: approx Chinook. HEX triplet: 90, CE and 9E. RGB value is (144,206,158). Sum of RGB (Red+Green+Blue) = 144+206+158=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CE9E is #6F3161. Grayscale: #B6B6B6. Windows color (decimal): -7287138 or 10407568. OLE color: 10407568.

HSL color Cylindrical-coordinate representation of color #90CE9E: hue angle of 133.55º 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 #90CE9E is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB144206158-
CMYK0.3000.230.19
HSL133.55º38.75%68.63%-
HSV(B)133.55º30.1%80.78%-
XYZ39.7452.5440.39-
YUV181.99114.46100.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.35%
GREEN value IS 206 (80.86% from 255) = 40.55%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=28.35%
G=40.55%
B=31.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1442061580.3000.230.19133.5538.7568.63
Hex90CE9E1E01713862745
Octal220316236360272320647105
Binary1001000011001110100111101111001011110011100001101001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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