#90D0A4

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

Shades of Chinook #90D0A4

Tints of Chinook #90D0A4

Color information

#90D0A4 (or 0x90D0A4) is unknown color: approx Chinook. HEX triplet: 90, D0 and A4. RGB value is (144,208,164). Sum of RGB (Red+Green+Blue) = 144+208+164=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #90D0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D0A4 is #6F2F5B. Grayscale: #B7B7B7. Windows color (decimal): -7286620 or 10801296. OLE color: 10801296.

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

Color convert

RGB144208164-
CMYK0.3100.210.18
HSL138.75º40.51%69.02%-
HSV(B)138.75º30.77%81.57%-
XYZ40.7653.7243.34-
YUV183.85116.899.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.91%
GREEN value IS 208 (81.64% from 255) = 40.31%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=27.91%
G=40.31%
B=31.78%

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
Decimal1442081640.3100.210.18138.7540.5169.02
Hex90D0A41F015128b2945
Octal220320244370252221351105
Binary1001000011010000101001001111101010110010100010111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,208,164); }

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

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

 a { background-color: rgb(144,208,164); }

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

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

 span { border-color: rgb(144,208,164); }

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