Html Css Color HEX #9ECCAA Chinook

📋 copy color: '#9ECCAA'

red 158 ◦ green 204 ◦ blue 170

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

Shades of Chinook #9ECCAA

Tints of Chinook #9ECCAA

RGB

 RED value IS 158 (62.11% from 255) = 29.7%

 GREEN value IS 204 (80.08% from 255) = 38.35%

 BLUE value IS 170 (66.8% from 255) = 31.95%

R = 29.7%
G = 38.35%
B = 31.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#9ECCAA (or 0x9ECCAA) is known color: Chinook. HEX triplet: 9E, CC and AA. RGB value is (158,204,170). Sum of RGB (Red+Green+Blue) = 158+204+170=532 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.70% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECCAA is #613355. Grayscale: #BABABA. Windows color (decimal): -6370134 or 11193502. OLE color: 11193502.

HSL color Cylindrical-coordinate representation of color #9ECCAA: hue angle of 135.65º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECCAA is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 158 204 170 -
CMYK 0.23 0 0.17 0.2
HSL 135.65º 0.31% 0.71% -
HSV(B) 135.65º 0.23% 0.8% -
XYZ 42.95 53.36 46.07 -
YUV 186.37 118.76 107.76 -
System Red Green Blue C M Y K H S L
Decimal 158 204 170 0.23 0 0.17 0.2 135.65 0.31 0.71
Hex 9E CC AA 17 0 11 14 88 1F 47
Octal 236 314 252 27 0 21 24 210 37 107
Binary 10011110 11001100 10101010 10111 0 10001 10100 10001000 11111 1000111

Color Harmonies of #9ECCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECCAA

Black with #9ECCAA

Text Example


Text Example

White with #9ECCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9ECCAA;
 }
 .AnyTagClassName
 {
   color: #9ECCAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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