#9DAF52

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

Shades of Green Smoke #9DAF52

Tints of Green Smoke #9DAF52

Color information

#9DAF52 (or 0x9DAF52) is unknown color: approx Green Smoke. HEX triplet: 9D, AF and 52. RGB value is (157,175,82). Sum of RGB (Red+Green+Blue) = 157+175+82=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 82 (32.42% from 255 or 19.81% from 414); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF52 is #6250AD. Grayscale: #9F9F9F. Windows color (decimal): -6443182 or 5418909. OLE color: 5418909.

HSL color Cylindrical-coordinate representation of color #9DAF52: hue angle of 71.61º 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 #9DAF52 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB15717582-
CMYK0.1000.530.31
HSL71.61º36.76%50.39%-
HSV(B)71.61º53.14%68.63%-
XYZ30.7638.4413.78-
YUV159.0284.54126.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 175 (68.75% from 255) = 42.27%
BLUE value IS 82 (32.42% from 255) = 19.81%
R=37.92%
G=42.27%
B=19.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal157175820.1000.530.3171.6136.7650.39
Hex9DAF52A0351F482532
Octal23525712212065371104562
Binary1001110110101111101001010100110101111111001000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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