#9FAC4F

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

Shades of Green Smoke #9FAC4F

Tints of Green Smoke #9FAC4F

Color information

#9FAC4F (or 0x9FAC4F) is unknown color: approx Green Smoke. HEX triplet: 9F, AC and 4F. RGB value is (159,172,79). Sum of RGB (Red+Green+Blue) = 159+172+79=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 79 (31.25% from 255 or 19.27% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC4F is #6053B0. Grayscale: #9D9D9D. Windows color (decimal): -6312881 or 5221535. OLE color: 5221535.

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

Color convert

RGB15917279-
CMYK0.0800.540.33
HSL68.39º37.05%49.22%-
HSV(B)68.39º54.07%67.45%-
XYZ30.4637.4413.02-
YUV157.5183.69129.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.78%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 79 (31.25% from 255) = 19.27%
R=38.78%
G=41.95%
B=19.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159172790.0800.540.3368.3937.0549.22
Hex9FAC4F803621442531
Octal23725411710066411044561
Binary10011111101011001001111100001101101000011000100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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