#9EC3A2

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

Shades of Chinook #9EC3A2

Tints of Chinook #9EC3A2

Color information

#9EC3A2 (or 0x9EC3A2) is unknown color: approx Chinook. HEX triplet: 9E, C3 and A2. RGB value is (158,195,162). Sum of RGB (Red+Green+Blue) = 158+195+162=515 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.68% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC3A2 is #613C5D. Grayscale: #B4B4B4. Windows color (decimal): -6372446 or 10666910. OLE color: 10666910.

HSL color Cylindrical-coordinate representation of color #9EC3A2: hue angle of 126.49º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9EC3A2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB158195162-
CMYK0.1900.170.24
HSL126.49º23.57%69.22%-
HSV(B)126.49º18.97%76.47%-
XYZ40.1448.9141.51-
YUV180.18117.74112.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.68%
GREEN value IS 195 (76.56% from 255) = 37.86%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=30.68%
G=37.86%
B=31.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581951620.1900.170.24126.4923.5769.22
Hex9EC3A213011187e1845
Octal236303242230213017630105
Binary10011110110000111010001010011010001110001111110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,195,162); }

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

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

 a { background-color: rgb(158,195,162); }

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

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

 span { border-color: rgb(158,195,162); }

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