#90E09F

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

Shades of Chinook #90E09F

Tints of Chinook #90E09F

Color information

#90E09F (or 0x90E09F) is unknown color: approx Chinook. HEX triplet: 90, E0 and 9F. RGB value is (144,224,159). Sum of RGB (Red+Green+Blue) = 144+224+159=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #90E09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90E09F is #6F1F60. Grayscale: #C0C0C0. Windows color (decimal): -7282529 or 10477712. OLE color: 10477712.

HSL color Cylindrical-coordinate representation of color #90E09F: hue angle of 131.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90E09F is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB144224159-
CMYK0.3600.290.12
HSL131.25º56.34%72.16%-
HSV(B)131.25º35.71%87.84%-
XYZ44.4261.7442.38-
YUV192.6710993.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 27.32%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 159 (62.5% from 255) = 30.17%
R=27.32%
G=42.50%
B=30.17%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1442241590.3600.290.12131.2556.3472.16
Hex90E09F2401DC833848
Octal220340237440351420370110
Binary1001000011100000100111111001000111011100100000111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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