#90DE9D

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

Shades of Chinook #90DE9D

Tints of Chinook #90DE9D

Color information

#90DE9D (or 0x90DE9D) is unknown color: approx Chinook. HEX triplet: 90, DE and 9D. RGB value is (144,222,157). Sum of RGB (Red+Green+Blue) = 144+222+157=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #90DE9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DE9D is #6F2162. Grayscale: #BFBFBF. Windows color (decimal): -7283043 or 10346128. OLE color: 10346128.

HSL color Cylindrical-coordinate representation of color #90DE9D: hue angle of 130º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DE9D is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB144222157-
CMYK0.3500.290.13
HSL130º54.17%71.76%-
HSV(B)130º35.14%87.06%-
XYZ43.7160.6141.29-
YUV191.27108.6694.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.53%
GREEN value IS 222 (87.11% from 255) = 42.45%
BLUE value IS 157 (61.72% from 255) = 30.02%
R=27.53%
G=42.45%
B=30.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442221570.3500.290.1313054.1771.76
Hex90DE9D2301DD823648
Octal220336235430351520266110
Binary1001000011011110100111011000110111011101100000101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,222,157); }

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

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

 a { background-color: rgb(144,222,157); }

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

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

 span { border-color: rgb(144,222,157); }

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