#9DAA47

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

Shades of Green Smoke #9DAA47

Tints of Green Smoke #9DAA47

Color information

#9DAA47 (or 0x9DAA47) is unknown color: approx Green Smoke. HEX triplet: 9D, AA and 47. RGB value is (157,170,71). Sum of RGB (Red+Green+Blue) = 157+170+71=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAA47 is #6255B8. Grayscale: #9B9B9B. Windows color (decimal): -6444473 or 4696733. OLE color: 4696733.

HSL color Cylindrical-coordinate representation of color #9DAA47: hue angle of 67.88º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DAA47 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB15717071-
CMYK0.0800.580.33
HSL67.88º41.08%47.25%-
HSV(B)67.88º58.24%66.67%-
XYZ29.4236.3711.43-
YUV154.8380.69129.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.45%
GREEN value IS 170 (66.80% from 255) = 42.71%
BLUE value IS 71 (28.12% from 255) = 17.84%
R=39.45%
G=42.71%
B=17.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157170710.0800.580.3367.8841.0847.25
Hex9DAA47803A2144292f
Octal23525210710072411045157
Binary10011101101010101000111100001110101000011000100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,170,71); }

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

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

 a { background-color: rgb(157,170,71); }

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

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

 span { border-color: rgb(157,170,71); }

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