#9EE2AA

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

Shades of Chinook #9EE2AA

Tints of Chinook #9EE2AA

Color information

#9EE2AA (or 0x9EE2AA) is unknown color: approx Chinook. HEX triplet: 9E, E2 and AA. RGB value is (158,226,170). Sum of RGB (Red+Green+Blue) = 158+226+170=554 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.52% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE2AA is #611D55. Grayscale: #C7C7C7. Windows color (decimal): -6364502 or 11199134. OLE color: 11199134.

HSL color Cylindrical-coordinate representation of color #9EE2AA: hue angle of 130.59º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EE2AA is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB158226170-
CMYK0.3000.250.11
HSL130.59º53.97%75.29%-
HSV(B)130.59º30.09%88.63%-
XYZ48.5564.5647.93-
YUV199.28111.4798.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.52%
GREEN value IS 226 (88.67% from 255) = 40.79%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=28.52%
G=40.79%
B=30.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582261700.3000.250.11130.5953.9775.29
Hex9EE2AA1E019B83364b
Octal236342252360311320366113
Binary100111101110001010101010111100110011011100000111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EE2AA; }

 p { color: rgb(158,226,170); }

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

<style>
 a { background-color: #9EE2AA; }

 a { background-color: rgb(158,226,170); }

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

<style>
 span { border-color: #9EE2AA; }

 span { border-color: rgb(158,226,170); }

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