Html Css Color HEX #9ECDA0 Chinook

📋 copy color: '#9ECDA0'

red 158 ◦ green 205 ◦ blue 160

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

Shades of Chinook #9ECDA0

Tints of Chinook #9ECDA0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.2%

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

R = 30.21%
G = 39.2%
B = 30.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#9ECDA0 (or 0x9ECDA0) is known color: Chinook. HEX triplet: 9E, CD and A0. RGB value is (158,205,160). Sum of RGB (Red+Green+Blue) = 158+205+160=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECDA0 is #61325F. Grayscale: #B9B9B9. Windows color (decimal): -6369888 or 10538398. OLE color: 10538398.

HSL color Cylindrical-coordinate representation of color #9ECDA0: hue angle of 122.55º degrees, saturation: 0.32, 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 #9ECDA0 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 158 205 160 -
CMYK 0.23 0 0.22 0.20
HSL 122.55º 0.32% 0.71% -
HSV(B) 122.55º 0.23% 0.8% -
XYZ 42.28 53.47 41.35 -
YUV 185.82 113.43 108.16 -
System Red Green Blue C M Y K H S L
Decimal 158 205 160 0.23 0 0.22 0.20 122.55 0.32 0.71
Hex 9E CD A0 17 0 16 14 7B 20 47
Octal 236 315 240 27 0 26 24 173 40 107
Binary 10011110 11001101 10100000 10111 0 10110 10100 1111011 100000 1000111

Color Harmonies of #9ECDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ECDA0

Black with #9ECDA0

Text Example


Text Example

White with #9ECDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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