#90E49F

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

Shades of Chinook #90E49F

Tints of Chinook #90E49F

Color information

#90E49F (or 0x90E49F) is unknown color: approx Chinook. HEX triplet: 90, E4 and 9F. RGB value is (144,228,159). Sum of RGB (Red+Green+Blue) = 144+228+159=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #90E49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90E49F is #6F1B60. Grayscale: #C3C3C3. Windows color (decimal): -7281505 or 10478736. OLE color: 10478736.

HSL color Cylindrical-coordinate representation of color #90E49F: hue angle of 130.71º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90E49F is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB144228159-
CMYK0.3700.300.11
HSL130.71º60.87%72.94%-
HSV(B)130.71º36.84%89.41%-
XYZ45.563.9242.74-
YUV195.02107.6791.61-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.12%
GREEN value IS 228 (89.45% from 255) = 42.94%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=27.12%
G=42.94%
B=29.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1442281590.3700.300.11130.7160.8772.94
Hex90E49F2501EB833d49
Octal220344237450361320375111
Binary1001000011100100100111111001010111101011100000111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,228,159); }

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

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

 a { background-color: rgb(144,228,159); }

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

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

 span { border-color: rgb(144,228,159); }

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