#9FA44F

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

Shades of Green Smoke #9FA44F

Tints of Green Smoke #9FA44F

Color information

#9FA44F (or 0x9FA44F) is unknown color: approx Green Smoke. HEX triplet: 9F, A4 and 4F. RGB value is (159,164,79). Sum of RGB (Red+Green+Blue) = 159+164+79=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 164 (64.45% from 255 or 40.80% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA44F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA44F is #605BB0. Grayscale: #999999. Windows color (decimal): -6314929 or 5219487. OLE color: 5219487.

HSL color Cylindrical-coordinate representation of color #9FA44F: hue angle of 63.53º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FA44F is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB15916479-
CMYK0.0300.520.36
HSL63.53º34.98%47.65%-
HSV(B)63.53º51.83%64.31%-
XYZ28.9834.4912.53-
YUV152.8286.34132.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.55%
GREEN value IS 164 (64.45% from 255) = 40.80%
BLUE value IS 79 (31.25% from 255) = 19.65%
R=39.55%
G=40.80%
B=19.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159164790.0300.520.3663.5334.9847.65
Hex9FA44F303424402330
Octal2372441173064441004360
Binary100111111010010010011111101101001001001000000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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