#9DAA5D

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

Shades of Green Smoke #9DAA5D

Tints of Green Smoke #9DAA5D

Color information

#9DAA5D (or 0x9DAA5D) is unknown color: approx Green Smoke. HEX triplet: 9D, AA and 5D. RGB value is (157,170,93). Sum of RGB (Red+Green+Blue) = 157+170+93=420 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.38% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAA5D is #6255A2. Grayscale: #9D9D9D. Windows color (decimal): -6444451 or 6138525. OLE color: 6138525.

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

Color convert

RGB15717093-
CMYK0.0800.450.33
HSL70.13º31.17%51.57%-
HSV(B)70.13º45.29%66.67%-
XYZ30.2636.7115.85-
YUV157.3491.69127.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.38%
GREEN value IS 170 (66.80% from 255) = 40.48%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=37.38%
G=40.48%
B=22.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal157170930.0800.450.3370.1331.1751.57
Hex9DAA5D802D21461f34
Octal23525213510055411063764
Binary1001110110101010101110110000101101100001100011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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