#9FAC60

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

Shades of Green Smoke #9FAC60

Tints of Green Smoke #9FAC60

Color information

#9FAC60 (or 0x9FAC60) is unknown color: approx Green Smoke. HEX triplet: 9F, AC and 60. RGB value is (159,172,96). Sum of RGB (Red+Green+Blue) = 159+172+96=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 96 (37.89% from 255 or 22.48% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC60 is #60539F. Grayscale: #9F9F9F. Windows color (decimal): -6312864 or 6335647. OLE color: 6335647.

HSL color Cylindrical-coordinate representation of color #9FAC60: hue angle of 70.26º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FAC60 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB15917296-
CMYK0.0800.440.33
HSL70.26º31.4%52.55%-
HSV(B)70.26º44.19%67.45%-
XYZ31.1637.7216.7-
YUV159.4592.19127.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.24%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 96 (37.89% from 255) = 22.48%
R=37.24%
G=40.28%
B=22.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159172960.0800.440.3370.2631.452.55
Hex9FAC60802C21461f35
Octal23725414010054411063765
Binary1001111110101100110000010000101100100001100011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,96); }

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

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

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

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

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

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

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