Shades of Atlantis #AAE232
Tints of Atlantis #AAE232
RGB
CMYK
RGB Variations
Color information
#AAE232 (or 0xAAE232) is known color: Atlantis. HEX triplet: AA, E2 and 32. RGB value is (170,226,50). Sum of RGB (Red+Green+Blue) = 170+226+50=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #AAE232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE232 is #551DCD. Grayscale: #BDBDBD. Windows color (decimal): -5578190 or 3334826. OLE color: 3334826.
HSL color Cylindrical-coordinate representation of color #AAE232: hue angle of 79.09º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAE232 is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 226 | 50 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.11 |
| HSL | 79.09º | 0.75% | 0.54% | - |
| HSV(B) | 79.09º | 0.78% | 0.89% | - |
| XYZ | 44.35 | 63.17 | 12.87 | - |
| YUV | 189.19 | 49.45 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 226 | 50 | 0.25 | 0 | 0.78 | 0.11 | 79.09 | 0.75 | 0.54 |
| Hex | AA | E2 | 32 | 19 | 0 | 4E | B | 4F | 4B | 36 |
| Octal | 252 | 342 | 62 | 31 | 0 | 116 | 13 | 117 | 113 | 66 |
| Binary | 10101010 | 11100010 | 110010 | 11001 | 0 | 1001110 | 1011 | 1001111 | 1001011 | 110110 |
Color Harmonies of #AAE232
Complementary color
Monochromatic Colors of #AAE232
Black with #AAE232
Text Example
Text Example
White with #AAE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE232; }
p { color: rgb(170,226,50); }
H1.HeaderClassName
{
color: #AAE232;
}
.AnyTagClassName
{
color: #AAE232;
}
</style>
background-color css
<style>
a { background-color: #AAE232; }
a { background-color: rgb(170,226,50); }
div.DivClassName
{
background-color: #AAE232;
}
.BgClassName
{
background-color: #AAE232;
}
</style>
border-color css
<style>
span { border-color: #AAE232; }
span { border-color: rgb(170,226,50); }
td.TdClassName
{
border-color: #AAE232;
}
.TagClassName
{
border-color: #AAE232;
}
</style>