#9FA94F

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

Shades of Green Smoke #9FA94F

Tints of Green Smoke #9FA94F

Color information

#9FA94F (or 0x9FA94F) is unknown color: approx Green Smoke. HEX triplet: 9F, A9 and 4F. RGB value is (159,169,79). Sum of RGB (Red+Green+Blue) = 159+169+79=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 169 (66.41% from 255 or 41.52% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA94F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA94F is #6056B0. Grayscale: #9C9C9C. Windows color (decimal): -6313649 or 5220767. OLE color: 5220767.

HSL color Cylindrical-coordinate representation of color #9FA94F: hue angle of 66.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FA94F is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB15916979-
CMYK0.0600.530.34
HSL66.67º36.29%48.63%-
HSV(B)66.67º53.25%66.27%-
XYZ29.936.3112.83-
YUV155.7584.69130.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.07%
GREEN value IS 169 (66.41% from 255) = 41.52%
BLUE value IS 79 (31.25% from 255) = 19.41%
R=39.07%
G=41.52%
B=19.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159169790.0600.530.3466.6736.2948.63
Hex9FA94F603522432431
Octal2372511176065421034461
Binary1001111110101001100111111001101011000101000011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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