Shades of Atlantis #AAE12F
Tints of Atlantis #AAE12F
RGB
CMYK
RGB Variations
Color information
#AAE12F (or 0xAAE12F) is known color: Atlantis. HEX triplet: AA, E1 and 2F. RGB value is (170,225,47). Sum of RGB (Red+Green+Blue) = 170+225+47=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 225 (88.28% from 255 or 50.90% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE12F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE12F is #551ED0. Grayscale: #BCBCBC. Windows color (decimal): -5578449 or 3137962. OLE color: 3137962.
HSL color Cylindrical-coordinate representation of color #AAE12F: hue angle of 78.54º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAE12F is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 47 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.12 |
| HSL | 78.54º | 0.75% | 0.53% | - |
| HSV(B) | 78.54º | 0.79% | 0.88% | - |
| XYZ | 44.02 | 62.6 | 12.45 | - |
| YUV | 188.26 | 48.28 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 47 | 0.24 | 0 | 0.79 | 0.12 | 78.54 | 0.75 | 0.53 |
| Hex | AA | E1 | 2F | 18 | 0 | 4F | C | 4F | 4B | 35 |
| Octal | 252 | 341 | 57 | 30 | 0 | 117 | 14 | 117 | 113 | 65 |
| Binary | 10101010 | 11100001 | 101111 | 11000 | 0 | 1001111 | 1100 | 1001111 | 1001011 | 110101 |
Color Harmonies of #AAE12F
Complementary color
Monochromatic Colors of #AAE12F
Black with #AAE12F
Text Example
Text Example
White with #AAE12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE12F; }
p { color: rgb(170,225,47); }
H1.HeaderClassName
{
color: #AAE12F;
}
.AnyTagClassName
{
color: #AAE12F;
}
</style>
background-color css
<style>
a { background-color: #AAE12F; }
a { background-color: rgb(170,225,47); }
div.DivClassName
{
background-color: #AAE12F;
}
.BgClassName
{
background-color: #AAE12F;
}
</style>
border-color css
<style>
span { border-color: #AAE12F; }
span { border-color: rgb(170,225,47); }
td.TdClassName
{
border-color: #AAE12F;
}
.TagClassName
{
border-color: #AAE12F;
}
</style>