#9AA05E

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

Shades of Green Smoke #9AA05E

Tints of Green Smoke #9AA05E

Color information

#9AA05E (or 0x9AA05E) is unknown color: approx Green Smoke. HEX triplet: 9A, A0 and 5E. RGB value is (154,160,94). Sum of RGB (Red+Green+Blue) = 154+160+94=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA05E is #655FA1. Grayscale: #969696. Windows color (decimal): -6643618 or 6201498. OLE color: 6201498.

HSL color Cylindrical-coordinate representation of color #9AA05E: hue angle of 65.45º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9AA05E is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB15416094-
CMYK0.0400.410.37
HSL65.45º25.98%49.8%-
HSV(B)65.45º41.25%62.75%-
XYZ27.9232.8215.45-
YUV150.6896.01130.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 37.75%
GREEN value IS 160 (62.89% from 255) = 39.22%
BLUE value IS 94 (37.11% from 255) = 23.04%
R=37.75%
G=39.22%
B=23.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal154160940.0400.410.3765.4525.9849.8
Hex9AA05E402925411a32
Octal2322401364051451013262
Binary100110101010000010111101000101001100101100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,160,94); }

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

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

 a { background-color: rgb(154,160,94); }

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

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

 span { border-color: rgb(154,160,94); }

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