#9FCEA2

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

Shades of Chinook #9FCEA2

Tints of Chinook #9FCEA2

Color information

#9FCEA2 (or 0x9FCEA2) is unknown color: approx Chinook. HEX triplet: 9F, CE and A2. RGB value is (159,206,162). Sum of RGB (Red+Green+Blue) = 159+206+162=527 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.17% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCEA2 is #60315D. Grayscale: #BBBBBB. Windows color (decimal): -6304094 or 10669727. OLE color: 10669727.

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

Color convert

RGB159206162-
CMYK0.2300.210.19
HSL123.83º32.41%71.57%-
HSV(B)123.83º22.82%80.78%-
XYZ42.8954.1242.37-
YUV186.93113.93108.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.17%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=30.17%
G=39.09%
B=30.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592061620.2300.210.19123.8332.4171.57
Hex9FCEA217015137c2048
Octal237316242270252317440110
Binary100111111100111010100010101110101011001111111001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,206,162); }

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

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

 a { background-color: rgb(159,206,162); }

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

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

 span { border-color: rgb(159,206,162); }

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