#9FA94D

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

Shades of Green Smoke #9FA94D

Tints of Green Smoke #9FA94D

Color information

#9FA94D (or 0x9FA94D) is unknown color: approx Green Smoke. HEX triplet: 9F, A9 and 4D. RGB value is (159,169,77). Sum of RGB (Red+Green+Blue) = 159+169+77=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA94D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA94D is #6056B2. Grayscale: #9B9B9B. Windows color (decimal): -6313651 or 5089695. OLE color: 5089695.

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

Color convert

RGB15916977-
CMYK0.0600.540.34
HSL66.52º37.4%48.24%-
HSV(B)66.52º54.44%66.27%-
XYZ29.8336.2812.45-
YUV155.5283.69130.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.26%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 77 (30.47% from 255) = 19.01%
R=39.26%
G=41.73%
B=19.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159169770.0600.540.3466.5237.448.24
Hex9FA94D603622432530
Octal2372511156066421034560
Binary1001111110101001100110111001101101000101000011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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