#9FAA47

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

Shades of Green Smoke #9FAA47

Tints of Green Smoke #9FAA47

Color information

#9FAA47 (or 0x9FAA47) is unknown color: approx Green Smoke. HEX triplet: 9F, AA and 47. RGB value is (159,170,71). Sum of RGB (Red+Green+Blue) = 159+170+71=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA47 is #6055B8. Grayscale: #9B9B9B. Windows color (decimal): -6313401 or 4696735. OLE color: 4696735.

HSL color Cylindrical-coordinate representation of color #9FAA47: hue angle of 66.67º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FAA47 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB15917071-
CMYK0.0600.580.33
HSL66.67º41.08%47.25%-
HSV(B)66.67º58.24%66.67%-
XYZ29.8136.5811.45-
YUV155.4280.36130.55-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.75%
GREEN value IS 170 (66.80% from 255) = 42.5%
BLUE value IS 71 (28.12% from 255) = 17.75%
R=39.75%
G=42.5%
B=17.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159170710.0600.580.3366.6741.0847.25
Hex9FAA47603A2143292f
Octal2372521076072411035157
Binary1001111110101010100011111001110101000011000011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,170,71); }

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

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

 a { background-color: rgb(159,170,71); }

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

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

 span { border-color: rgb(159,170,71); }

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