#9FA849

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

Shades of Green Smoke #9FA849

Tints of Green Smoke #9FA849

Color information

#9FA849 (or 0x9FA849) is unknown color: approx Green Smoke. HEX triplet: 9F, A8 and 49. RGB value is (159,168,73). Sum of RGB (Red+Green+Blue) = 159+168+73=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 168 (66.02% from 255 or 42% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA849 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA849 is #6057B6. Grayscale: #9A9A9A. Windows color (decimal): -6313911 or 4827295. OLE color: 4827295.

HSL color Cylindrical-coordinate representation of color #9FA849: hue angle of 65.68º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FA849 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB15916873-
CMYK0.0500.570.34
HSL65.68º39.42%47.25%-
HSV(B)65.68º56.55%65.88%-
XYZ29.535.8611.67-
YUV154.4882.02131.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 168 (66.02% from 255) = 42%
BLUE value IS 73 (28.91% from 255) = 18.25%
R=39.75%
G=42%
B=18.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159168730.0500.570.3465.6839.4247.25
Hex9FA84950392242272f
Octal2372501115071421024757
Binary1001111110101000100100110101110011000101000010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,168,73); }

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

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

 a { background-color: rgb(159,168,73); }

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

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

 span { border-color: rgb(159,168,73); }

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