Shades of Atlantis #AAE12E
Tints of Atlantis #AAE12E
RGB
CMYK
RGB Variations
Color information
#AAE12E (or 0xAAE12E) is known color: Atlantis. HEX triplet: AA, E1 and 2E. RGB value is (170,225,46). Sum of RGB (Red+Green+Blue) = 170+225+46=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 46 (18.36% from 255 or 10.43% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE12E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE12E is #551ED1. Grayscale: #BCBCBC. Windows color (decimal): -5578450 or 3072426. OLE color: 3072426.
HSL color Cylindrical-coordinate representation of color #AAE12E: hue angle of 78.44º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAE12E is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 46 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.12 |
| HSL | 78.44º | 0.75% | 0.53% | - |
| HSV(B) | 78.44º | 0.8% | 0.88% | - |
| XYZ | 44 | 62.59 | 12.35 | - |
| YUV | 188.15 | 47.78 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 46 | 0.24 | 0 | 0.80 | 0.12 | 78.44 | 0.75 | 0.53 |
| Hex | AA | E1 | 2E | 18 | 0 | 50 | C | 4E | 4B | 35 |
| Octal | 252 | 341 | 56 | 30 | 0 | 120 | 14 | 116 | 113 | 65 |
| Binary | 10101010 | 11100001 | 101110 | 11000 | 0 | 1010000 | 1100 | 1001110 | 1001011 | 110101 |
Color Harmonies of #AAE12E
Complementary color
Monochromatic Colors of #AAE12E
Black with #AAE12E
Text Example
Text Example
White with #AAE12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE12E; }
p { color: rgb(170,225,46); }
H1.HeaderClassName
{
color: #AAE12E;
}
.AnyTagClassName
{
color: #AAE12E;
}
</style>
background-color css
<style>
a { background-color: #AAE12E; }
a { background-color: rgb(170,225,46); }
div.DivClassName
{
background-color: #AAE12E;
}
.BgClassName
{
background-color: #AAE12E;
}
</style>
border-color css
<style>
span { border-color: #AAE12E; }
span { border-color: rgb(170,225,46); }
td.TdClassName
{
border-color: #AAE12E;
}
.TagClassName
{
border-color: #AAE12E;
}
</style>