#90CA9A

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

Shades of Chinook #90CA9A

Tints of Chinook #90CA9A

Color information

#90CA9A (or 0x90CA9A) is unknown color: approx Chinook. HEX triplet: 90, CA and 9A. RGB value is (144,202,154). Sum of RGB (Red+Green+Blue) = 144+202+154=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #90CA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CA9A is #6F3565. Grayscale: #B3B3B3. Windows color (decimal): -7288166 or 10144400. OLE color: 10144400.

HSL color Cylindrical-coordinate representation of color #90CA9A: hue angle of 130.34º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CA9A is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB144202154-
CMYK0.2900.240.21
HSL130.34º35.37%67.84%-
HSV(B)130.34º28.71%79.22%-
XYZ38.4550.538.29-
YUV179.19113.78102.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.8%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 154 (60.55% from 255) = 30.8%
R=28.8%
G=40.4%
B=30.8%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1442021540.2900.240.21130.3435.3767.84
Hex90CA9A1D01815822344
Octal220312232350302520243104
Binary1001000011001010100110101110101100010101100000101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,202,154); }

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

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

 a { background-color: rgb(144,202,154); }

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

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

 span { border-color: rgb(144,202,154); }

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