#96ECAA

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

Shades of Chinook #96ECAA

Tints of Chinook #96ECAA

Color information

#96ECAA (or 0x96ECAA) is unknown color: approx Chinook. HEX triplet: 96, EC and AA. RGB value is (150,236,170). Sum of RGB (Red+Green+Blue) = 150+236+170=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96ECAA is #691355. Grayscale: #CACACA. Windows color (decimal): -6886230 or 11201686. OLE color: 11201686.

HSL color Cylindrical-coordinate representation of color #96ECAA: hue angle of 133.95º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ECAA is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB150236170-
CMYK0.3600.280.07
HSL133.95º69.35%75.69%-
HSV(B)133.95º36.44%92.55%-
XYZ49.8369.3848.8-
YUV202.76109.5190.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 26.98%
GREEN value IS 236 (92.58% from 255) = 42.45%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=26.98%
G=42.45%
B=30.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502361700.3600.280.07133.9569.3575.69
Hex96ECAA2401C786454c
Octal226354252440347206105114
Binary1001011011101100101010101001000111001111000011010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ECAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96ECAA; }

 p { color: rgb(150,236,170); }

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

<style>
 a { background-color: #96ECAA; }

 a { background-color: rgb(150,236,170); }

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

<style>
 span { border-color: #96ECAA; }

 span { border-color: rgb(150,236,170); }

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