#90D2A6

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

Shades of Chinook #90D2A6

Tints of Chinook #90D2A6

Color information

#90D2A6 (or 0x90D2A6) is unknown color: approx Chinook. HEX triplet: 90, D2 and A6. RGB value is (144,210,166). Sum of RGB (Red+Green+Blue) = 144+210+166=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 166 (65.23% from 255 or 31.92% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #90D2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D2A6 is #6F2D59. Grayscale: #B9B9B9. Windows color (decimal): -7286106 or 10932880. OLE color: 10932880.

HSL color Cylindrical-coordinate representation of color #90D2A6: hue angle of 140º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90D2A6 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB144210166-
CMYK0.3100.210.18
HSL140º42.31%69.41%-
HSV(B)140º31.43%82.35%-
XYZ41.4354.7844.47-
YUV185.25117.1398.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.69%
GREEN value IS 210 (82.42% from 255) = 40.38%
BLUE value IS 166 (65.23% from 255) = 31.92%
R=27.69%
G=40.38%
B=31.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442101660.3100.210.1814042.3169.41
Hex90D2A61F015128c2a45
Octal220322246370252221452105
Binary1001000011010010101001101111101010110010100011001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,210,166); }

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

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

 a { background-color: rgb(144,210,166); }

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

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

 span { border-color: rgb(144,210,166); }

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