#9FAA4C

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

Shades of Green Smoke #9FAA4C

Tints of Green Smoke #9FAA4C

Color information

#9FAA4C (or 0x9FAA4C) is unknown color: approx Green Smoke. HEX triplet: 9F, AA and 4C. RGB value is (159,170,76). Sum of RGB (Red+Green+Blue) = 159+170+76=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 76 (30.08% from 255 or 18.77% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA4C is #6055B3. Grayscale: #9C9C9C. Windows color (decimal): -6313396 or 5024415. OLE color: 5024415.

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

Color convert

RGB15917076-
CMYK0.0600.550.33
HSL67.02º38.21%48.24%-
HSV(B)67.02º55.29%66.67%-
XYZ29.9836.6412.33-
YUV155.9982.86130.14-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 39.26%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 76 (30.08% from 255) = 18.77%
R=39.26%
G=41.98%
B=18.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159170760.0600.550.3367.0238.2148.24
Hex9FAA4C603721432630
Octal2372521146067411034660
Binary1001111110101010100110011001101111000011000011100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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