#9FCE9E

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

Shades of Chinook #9FCE9E

Tints of Chinook #9FCE9E

Color information

#9FCE9E (or 0x9FCE9E) is unknown color: approx Chinook. HEX triplet: 9F, CE and 9E. RGB value is (159,206,158). Sum of RGB (Red+Green+Blue) = 159+206+158=523 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.40% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCE9E is #603161. Grayscale: #BABABA. Windows color (decimal): -6304098 or 10407583. OLE color: 10407583.

HSL color Cylindrical-coordinate representation of color #9FCE9E: hue angle of 118.75º 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 #9FCE9E is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB159206158-
CMYK0.2300.230.19
HSL118.75º32.88%71.37%-
HSV(B)118.75º23.3%80.78%-
XYZ42.5453.9840.53-
YUV186.48111.93108.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.40%
GREEN value IS 206 (80.86% from 255) = 39.39%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=30.40%
G=39.39%
B=30.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1592061580.2300.230.19118.7532.8871.37
Hex9FCE9E1701713772147
Octal237316236270272316741107
Binary100111111100111010011110101110101111001111101111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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