#9DAF60

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

Shades of Green Smoke #9DAF60

Tints of Green Smoke #9DAF60

Color information

#9DAF60 (or 0x9DAF60) is unknown color: approx Green Smoke. HEX triplet: 9D, AF and 60. RGB value is (157,175,96). Sum of RGB (Red+Green+Blue) = 157+175+96=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF60 is #62509F. Grayscale: #A0A0A0. Windows color (decimal): -6443168 or 6336413. OLE color: 6336413.

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

Color convert

RGB15717596-
CMYK0.1000.450.31
HSL73.67º33.05%53.14%-
HSV(B)73.67º45.14%68.63%-
XYZ31.3538.6716.88-
YUV160.6191.54125.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.68%
GREEN value IS 175 (68.75% from 255) = 40.89%
BLUE value IS 96 (37.89% from 255) = 22.43%
R=36.68%
G=40.89%
B=22.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal157175960.1000.450.3173.6733.0553.14
Hex9DAF60A02D1F4a2135
Octal23525714012055371124165
Binary1001110110101111110000010100101101111111001010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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