#AAB499

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

Shades of Green Spring #AAB499

Tints of Green Spring #AAB499

Color information

#AAB499 (or 0xAAB499) is unknown color: approx Green Spring. HEX triplet: AA, B4 and 99. RGB value is (170,180,153). Sum of RGB (Red+Green+Blue) = 170+180+153=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 180 (70.70% from 255 or 35.79% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB499 is #554B66. Grayscale: #AEAEAE. Windows color (decimal): -5589863 or 10073258. OLE color: 10073258.

HSL color Cylindrical-coordinate representation of color #AAB499: hue angle of 82.22º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAB499 is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB170180153-
CMYK0.0600.150.29
HSL82.22º15.25%65.29%-
HSV(B)82.22º15%70.59%-
XYZ38.6543.4936.49-
YUV173.93116.19125.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 180 (70.70% from 255) = 35.79%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=33.80%
G=35.79%
B=30.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801530.0600.150.2982.2215.2565.29
HexAAB49960F1D52f41
Octal25226423160173512217101
Binary1010101010110100100110011100111111101101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB499; }

 p { color: rgb(170,180,153); }

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

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

 a { background-color: rgb(170,180,153); }

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

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

 span { border-color: rgb(170,180,153); }

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