#9DAA4E

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

Shades of Green Smoke #9DAA4E

Tints of Green Smoke #9DAA4E

Color information

#9DAA4E (or 0x9DAA4E) is unknown color: approx Green Smoke. HEX triplet: 9D, AA and 4E. RGB value is (157,170,78). Sum of RGB (Red+Green+Blue) = 157+170+78=405 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.77% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 78 (30.86% from 255 or 19.26% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAA4E is #6255B1. Grayscale: #9B9B9B. Windows color (decimal): -6444466 or 5155485. OLE color: 5155485.

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

Color convert

RGB15717078-
CMYK0.0800.540.33
HSL68.48º37.1%48.63%-
HSV(B)68.48º54.12%66.67%-
XYZ29.6536.4712.68-
YUV155.6284.19128.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.77%
GREEN value IS 170 (66.80% from 255) = 41.98%
BLUE value IS 78 (30.86% from 255) = 19.26%
R=38.77%
G=41.98%
B=19.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157170780.0800.540.3368.4837.148.63
Hex9DAA4E803621442531
Octal23525211610066411044561
Binary10011101101010101001110100001101101000011000100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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