Html Css Color HEX #9ECEA0 Chinook

📋 copy color: '#9ECEA0'

red 158 ◦ green 206 ◦ blue 160

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

Shades of Chinook #9ECEA0

Tints of Chinook #9ECEA0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.31%

 BLUE value IS 160 (62.89% from 255) = 30.53%

R = 30.15%
G = 39.31%
B = 30.53%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#9ECEA0 (or 0x9ECEA0) is known color: Chinook. HEX triplet: 9E, CE and A0. RGB value is (158,206,160). Sum of RGB (Red+Green+Blue) = 158+206+160=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECEA0 is #61315F. Grayscale: #BABABA. Windows color (decimal): -6369632 or 10538654. OLE color: 10538654.

HSL color Cylindrical-coordinate representation of color #9ECEA0: hue angle of 122.5º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9ECEA0 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 158 206 160 -
CMYK 0.23 0 0.22 0.19
HSL 122.5º 0.33% 0.71% -
HSV(B) 122.5º 0.23% 0.81% -
XYZ 42.52 53.95 41.43 -
YUV 186.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 158 206 160 0.23 0 0.22 0.19 122.5 0.33 0.71
Hex 9E CE A0 17 0 16 13 7B 21 47
Octal 236 316 240 27 0 26 23 173 41 107
Binary 10011110 11001110 10100000 10111 0 10110 10011 1111011 100001 1000111

Color Harmonies of #9ECEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECEA0

Black with #9ECEA0

Text Example


Text Example

White with #9ECEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,206,160); }

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

background-color css

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

 a { background-color: rgb(158,206,160); }

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

border-color css

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

 span { border-color: rgb(158,206,160); }

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