Html Css Color HEX #9ED2AC Chinook

📋 copy color: '#9ED2AC'

red 158 ◦ green 210 ◦ blue 172

#9ED2AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chinook #9ED2AC

Tints of Chinook #9ED2AC

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 value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#9ED2AC (or 0x9ED2AC) is known color: 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

RGB 158 210 172 -
CMYK 0.25 0 0.18 0.18
HSL 136.15º 0.37% 0.72% -
HSV(B) 136.15º 0.25% 0.82% -
XYZ 44.59 56.34 47.55 -
YUV 190.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 158 210 172 0.25 0 0.18 0.18 136.15 0.37 0.72
Hex 9E D2 AC 19 0 12 12 88 25 48
Octal 236 322 254 31 0 22 22 210 45 110
Binary 10011110 11010010 10101100 11001 0 10010 10010 10001000 100101 1001000

Color Harmonies of #9ED2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED2AC

Black with #9ED2AC

Text Example


Text Example

White with #9ED2AC

Text Example


Text Example

HTML Codes & Css Web 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>