#AAB490

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

Shades of Green Spring #AAB490

Tints of Green Spring #AAB490

Color information

#AAB490 (or 0xAAB490) is unknown color: approx Green Spring. HEX triplet: AA, B4 and 90. RGB value is (170,180,144). Sum of RGB (Red+Green+Blue) = 170+180+144=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB490 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB490 is #554B6F. Grayscale: #ADADAD. Windows color (decimal): -5589872 or 9483434. OLE color: 9483434.

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

Color convert

RGB170180144-
CMYK0.0600.20.29
HSL76.67º19.35%63.53%-
HSV(B)76.67º20%70.59%-
XYZ37.9343.232.73-
YUV172.91111.69125.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=34.41%
G=36.44%
B=29.15%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801440.0600.20.2976.6719.3563.53
HexAAB49060141D4d1340
Octal25226422060243511523100
Binary101010101011010010010000110010100111011001101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB490; }

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

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

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

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

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

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

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

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