#9ECA9F

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

Shades of Chinook #9ECA9F

Tints of Chinook #9ECA9F

Color information

#9ECA9F (or 0x9ECA9F) is unknown color: approx Chinook. HEX triplet: 9E, CA and 9F. RGB value is (158,202,159). Sum of RGB (Red+Green+Blue) = 158+202+159=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ECA9F is #613560. Grayscale: #B8B8B8. Windows color (decimal): -6370657 or 10472094. OLE color: 10472094.

HSL color Cylindrical-coordinate representation of color #9ECA9F: hue angle of 121.36º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9ECA9F is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB158202159-
CMYK0.2200.210.21
HSL121.36º29.33%70.59%-
HSV(B)121.36º21.78%79.22%-
XYZ41.4852.0140.65-
YUV183.94113.92109.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 202 (79.30% from 255) = 38.92%
BLUE value IS 159 (62.5% from 255) = 30.64%
R=30.44%
G=38.92%
B=30.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1582021590.2200.210.21121.3629.3370.59
Hex9ECA9F1601515791d47
Octal236312237260252517135107
Binary10011110110010101001111110110010101101011111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,202,159); }

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

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

 a { background-color: rgb(158,202,159); }

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

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

 span { border-color: rgb(158,202,159); }

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