#9FCA9F

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

Shades of Chinook #9FCA9F

Tints of Chinook #9FCA9F

Color information

#9FCA9F (or 0x9FCA9F) is unknown color: approx Chinook. HEX triplet: 9F, CA and 9F. RGB value is (159,202,159). Sum of RGB (Red+Green+Blue) = 159+202+159=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 159 (62.5% from 255 or 30.58% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCA9F is #603560. Grayscale: #B8B8B8. Windows color (decimal): -6305121 or 10472095. OLE color: 10472095.

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

Color convert

RGB159202159-
CMYK0.2100.210.21
HSL120º28.86%70.78%-
HSV(B)120º21.29%79.22%-
XYZ41.6852.1240.66-
YUV184.24113.75110-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.58%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 159 (62.5% from 255) = 30.58%
R=30.58%
G=38.85%
B=30.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1592021590.2100.210.2112028.8670.78
Hex9FCA9F1501515781d47
Octal237312237250252517035107
Binary10011111110010101001111110101010101101011111000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FCA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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