#90D2A1

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

Shades of Chinook #90D2A1

Tints of Chinook #90D2A1

Color information

#90D2A1 (or 0x90D2A1) is unknown color: approx Chinook. HEX triplet: 90, D2 and A1. RGB value is (144,210,161). Sum of RGB (Red+Green+Blue) = 144+210+161=515 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.96% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #90D2A1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D2A1 is #6F2D5E. Grayscale: #B8B8B8. Windows color (decimal): -7286111 or 10605200. OLE color: 10605200.

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

Color convert

RGB144210161-
CMYK0.3100.230.18
HSL135.45º42.31%69.41%-
HSV(B)135.45º31.43%82.35%-
XYZ40.9854.642.1-
YUV184.68114.6398.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.96%
GREEN value IS 210 (82.42% from 255) = 40.78%
BLUE value IS 161 (63.28% from 255) = 31.26%
R=27.96%
G=40.78%
B=31.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442101610.3100.230.18135.4542.3169.41
Hex90D2A11F01712872a45
Octal220322241370272220752105
Binary1001000011010010101000011111101011110010100001111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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