#AAB39A

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

Shades of Green Spring #AAB39A

Tints of Green Spring #AAB39A

Color information

#AAB39A (or 0xAAB39A) is unknown color: approx Green Spring. HEX triplet: AA, B3 and 9A. RGB value is (170,179,154). Sum of RGB (Red+Green+Blue) = 170+179+154=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 179 (70.31% from 255 or 35.59% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB39A is #554C65. Grayscale: #ADADAD. Windows color (decimal): -5590118 or 10138538. OLE color: 10138538.

HSL color Cylindrical-coordinate representation of color #AAB39A: hue angle of 81.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AAB39A is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB170179154-
CMYK0.0500.140.30
HSL81.6º14.12%65.29%-
HSV(B)81.6º13.97%70.2%-
XYZ38.5343.1236.86-
YUV173.46117.02125.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 179 (70.31% from 255) = 35.59%
BLUE value IS 154 (60.55% from 255) = 30.62%
R=33.80%
G=35.59%
B=30.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1701791540.0500.140.3081.614.1265.29
HexAAB39A50E1E52e41
Octal25226323250163612216101
Binary1010101010110011100110101010111011110101001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB39A; }

 p { color: rgb(170,179,154); }

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

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

 a { background-color: rgb(170,179,154); }

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

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

 span { border-color: rgb(170,179,154); }

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