#AAB48E

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

Shades of Green Spring #AAB48E

Tints of Green Spring #AAB48E

Color information

#AAB48E (or 0xAAB48E) is unknown color: approx Green Spring. HEX triplet: AA, B4 and 8E. RGB value is (170,180,142). Sum of RGB (Red+Green+Blue) = 170+180+142=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB48E is #554B71. Grayscale: #ACACAC. Windows color (decimal): -5589874 or 9352362. OLE color: 9352362.

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

Color convert

RGB170180142-
CMYK0.0600.210.29
HSL75.79º20.21%63.14%-
HSV(B)75.79º21.11%70.59%-
XYZ37.7843.1431.93-
YUV172.68110.69126.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.55%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=34.55%
G=36.59%
B=28.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1701801420.0600.210.2975.7920.2163.14
HexAAB48E60151D4c143f
Octal2522642166025351142477
Binary10101010101101001000111011001010111101100110010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAB48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAB48E; }

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

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

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

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

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

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

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

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