#90DE9B

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

Shades of Chinook #90DE9B

Tints of Chinook #90DE9B

Color information

#90DE9B (or 0x90DE9B) is unknown color: approx Chinook. HEX triplet: 90, DE and 9B. RGB value is (144,222,155). Sum of RGB (Red+Green+Blue) = 144+222+155=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #90DE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DE9B is #6F2164. Grayscale: #BFBFBF. Windows color (decimal): -7283045 or 10215056. OLE color: 10215056.

HSL color Cylindrical-coordinate representation of color #90DE9B: hue angle of 128.46º 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 #90DE9B is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB144222155-
CMYK0.3500.300.13
HSL128.46º54.17%71.76%-
HSV(B)128.46º35.14%87.06%-
XYZ43.5460.5440.4-
YUV191.04107.6694.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.64%
GREEN value IS 222 (87.11% from 255) = 42.61%
BLUE value IS 155 (60.94% from 255) = 29.75%
R=27.64%
G=42.61%
B=29.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1442221550.3500.300.13128.4654.1771.76
Hex90DE9B2301ED803648
Octal220336233430361520066110
Binary1001000011011110100110111000110111101101100000001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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