Shades of Atlantis #AAE53B
Tints of Atlantis #AAE53B
RGB
CMYK
RGB Variations
Color information
#AAE53B (or 0xAAE53B) is known color: Atlantis. HEX triplet: AA, E5 and 3B. RGB value is (170,229,59). Sum of RGB (Red+Green+Blue) = 170+229+59=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 229 (89.84% from 255 or 50% from 458); Blue value is 59 (23.44% from 255 or 12.88% from 458); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE53B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE53B is #551AC4. Grayscale: #C0C0C0. Windows color (decimal): -5577413 or 3925418. OLE color: 3925418.
HSL color Cylindrical-coordinate representation of color #AAE53B: hue angle of 80.82º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAE53B is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 59 | - |
| CMYK | 0.26 | 0 | 0.74 | 0.10 |
| HSL | 80.82º | 0.77% | 0.56% | - |
| HSV(B) | 80.82º | 0.74% | 0.9% | - |
| XYZ | 45.39 | 64.9 | 14.27 | - |
| YUV | 191.98 | 52.95 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 59 | 0.26 | 0 | 0.74 | 0.10 | 80.82 | 0.77 | 0.56 |
| Hex | AA | E5 | 3B | 1A | 0 | 4A | A | 51 | 4D | 38 |
| Octal | 252 | 345 | 73 | 32 | 0 | 112 | 12 | 121 | 115 | 70 |
| Binary | 10101010 | 11100101 | 111011 | 11010 | 0 | 1001010 | 1010 | 1010001 | 1001101 | 111000 |
Color Harmonies of #AAE53B
Complementary color
Monochromatic Colors of #AAE53B
Black with #AAE53B
Text Example
Text Example
White with #AAE53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE53B; }
p { color: rgb(170,229,59); }
H1.HeaderClassName
{
color: #AAE53B;
}
.AnyTagClassName
{
color: #AAE53B;
}
</style>
background-color css
<style>
a { background-color: #AAE53B; }
a { background-color: rgb(170,229,59); }
div.DivClassName
{
background-color: #AAE53B;
}
.BgClassName
{
background-color: #AAE53B;
}
</style>
border-color css
<style>
span { border-color: #AAE53B; }
span { border-color: rgb(170,229,59); }
td.TdClassName
{
border-color: #AAE53B;
}
.TagClassName
{
border-color: #AAE53B;
}
</style>