Shades of Atlantis #AAE23A
Tints of Atlantis #AAE23A
RGB
CMYK
RGB Variations
Color information
#AAE23A (or 0xAAE23A) is known color: Atlantis. HEX triplet: AA, E2 and 3A. RGB value is (170,226,58). Sum of RGB (Red+Green+Blue) = 170+226+58=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE23A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE23A is #551DC5. Grayscale: #BEBEBE. Windows color (decimal): -5578182 or 3859114. OLE color: 3859114.
HSL color Cylindrical-coordinate representation of color #AAE23A: hue angle of 80º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAE23A is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 58 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.11 |
| HSL | 80º | 0.74% | 0.56% | - |
| HSV(B) | 80º | 0.74% | 0.89% | - |
| XYZ | 44.54 | 63.24 | 13.86 | - |
| YUV | 190.1 | 53.45 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 58 | 0.25 | 0 | 0.74 | 0.11 | 80 | 0.74 | 0.56 |
| Hex | AA | E2 | 3A | 19 | 0 | 4A | B | 50 | 4A | 38 |
| Octal | 252 | 342 | 72 | 31 | 0 | 112 | 13 | 120 | 112 | 70 |
| Binary | 10101010 | 11100010 | 111010 | 11001 | 0 | 1001010 | 1011 | 1010000 | 1001010 | 111000 |
Color Harmonies of #AAE23A
Complementary color
Monochromatic Colors of #AAE23A
Black with #AAE23A
Text Example
Text Example
White with #AAE23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE23A; }
p { color: rgb(170,226,58); }
H1.HeaderClassName
{
color: #AAE23A;
}
.AnyTagClassName
{
color: #AAE23A;
}
</style>
background-color css
<style>
a { background-color: #AAE23A; }
a { background-color: rgb(170,226,58); }
div.DivClassName
{
background-color: #AAE23A;
}
.BgClassName
{
background-color: #AAE23A;
}
</style>
border-color css
<style>
span { border-color: #AAE23A; }
span { border-color: rgb(170,226,58); }
td.TdClassName
{
border-color: #AAE23A;
}
.TagClassName
{
border-color: #AAE23A;
}
</style>