#9ED2AC

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

Shades of Chinook #9ED2AC

Tints of Chinook #9ED2AC

Color information

#9ED2AC (or 0x9ED2AC) is unknown color: approx Chinook. HEX triplet: 9E, D2 and AC. RGB value is (158,210,172). Sum of RGB (Red+Green+Blue) = 158+210+172=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED2AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED2AC is #612D53. Grayscale: #BEBEBE. Windows color (decimal): -6368596 or 11326110. OLE color: 11326110.

HSL color Cylindrical-coordinate representation of color #9ED2AC: hue angle of 136.15º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED2AC is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB158210172-
CMYK0.2500.180.18
HSL136.15º36.62%72.16%-
HSV(B)136.15º24.76%82.35%-
XYZ44.5956.3447.55-
YUV190.12117.77105.09-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.26%
GREEN value IS 210 (82.42% from 255) = 38.89%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=29.26%
G=38.89%
B=31.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1582101720.2500.180.18136.1536.6272.16
Hex9ED2AC1901212882548
Octal236322254310222221045110
Binary1001111011010010101011001100101001010010100010001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,210,172); }

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

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

 a { background-color: rgb(158,210,172); }

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

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

 span { border-color: rgb(158,210,172); }

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