#90D1A0

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

Shades of Chinook #90D1A0

Tints of Chinook #90D1A0

Color information

#90D1A0 (or 0x90D1A0) is unknown color: approx Chinook. HEX triplet: 90, D1 and A0. RGB value is (144,209,160). Sum of RGB (Red+Green+Blue) = 144+209+160=513 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.07% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 209 - color contains mainly: green. Hex color #90D1A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D1A0 is #6F2E5F. Grayscale: #B8B8B8. Windows color (decimal): -7286368 or 10539408. OLE color: 10539408.

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

Color convert

RGB144209160-
CMYK0.3100.230.18
HSL134.77º41.4%69.22%-
HSV(B)134.77º31.1%81.96%-
XYZ40.6554.0741.55-
YUV183.98114.4799.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.07%
GREEN value IS 209 (82.03% from 255) = 40.74%
BLUE value IS 160 (62.89% from 255) = 31.19%
R=28.07%
G=40.74%
B=31.19%

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
Decimal1442091600.3100.230.18134.7741.469.22
Hex90D1A01F01712872945
Octal220321240370272220751105
Binary1001000011010001101000001111101011110010100001111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,209,160); }

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

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

 a { background-color: rgb(144,209,160); }

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

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

 span { border-color: rgb(144,209,160); }

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