#9FAF52

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

Shades of Green Smoke #9FAF52

Tints of Green Smoke #9FAF52

Color information

#9FAF52 (or 0x9FAF52) is unknown color: approx Green Smoke. HEX triplet: 9F, AF and 52. RGB value is (159,175,82). Sum of RGB (Red+Green+Blue) = 159+175+82=416 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.22% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 175 - color contains mainly: green. Hex color #9FAF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAF52 is #6050AD. Grayscale: #9F9F9F. Windows color (decimal): -6312110 or 5418911. OLE color: 5418911.

HSL color Cylindrical-coordinate representation of color #9FAF52: hue angle of 70.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FAF52 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB15917582-
CMYK0.0900.530.31
HSL70.32º36.76%50.39%-
HSV(B)70.32º53.14%68.63%-
XYZ31.1538.6413.8-
YUV159.6184.2127.56-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.22%
GREEN value IS 175 (68.75% from 255) = 42.07%
BLUE value IS 82 (32.42% from 255) = 19.71%
R=38.22%
G=42.07%
B=19.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159175820.0900.530.3170.3236.7650.39
Hex9FAF5290351F462532
Octal23725712211065371064562
Binary1001111110101111101001010010110101111111000110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,175,82); }

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

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

 a { background-color: rgb(159,175,82); }

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

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

 span { border-color: rgb(159,175,82); }

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