#9DAF56

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

Shades of Green Smoke #9DAF56

Tints of Green Smoke #9DAF56

Color information

#9DAF56 (or 0x9DAF56) is unknown color: approx Green Smoke. HEX triplet: 9D, AF and 56. RGB value is (157,175,86). Sum of RGB (Red+Green+Blue) = 157+175+86=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF56 is #6250A9. Grayscale: #9F9F9F. Windows color (decimal): -6443178 or 5681053. OLE color: 5681053.

HSL color Cylindrical-coordinate representation of color #9DAF56: hue angle of 72.13º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DAF56 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB15717586-
CMYK0.1000.510.31
HSL72.13º35.74%51.18%-
HSV(B)72.13º50.86%68.63%-
XYZ30.9138.514.61-
YUV159.4786.54126.24-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.56%
GREEN value IS 175 (68.75% from 255) = 41.87%
BLUE value IS 86 (33.98% from 255) = 20.57%
R=37.56%
G=41.87%
B=20.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal157175860.1000.510.3172.1335.7451.18
Hex9DAF56A0331F482433
Octal23525712612063371104463
Binary1001110110101111101011010100110011111111001000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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