Shades of Atlantis #AAE034
Tints of Atlantis #AAE034
RGB
CMYK
RGB Variations
Color information
#AAE034 (or 0xAAE034) is known color: Atlantis. HEX triplet: AA, E0 and 34. RGB value is (170,224,52). Sum of RGB (Red+Green+Blue) = 170+224+52=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE034 is #551FCB. Grayscale: #BCBCBC. Windows color (decimal): -5578700 or 3465386. OLE color: 3465386.
HSL color Cylindrical-coordinate representation of color #AAE034: hue angle of 78.84º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAE034 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 52 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.12 |
| HSL | 78.84º | 0.74% | 0.54% | - |
| HSV(B) | 78.84º | 0.77% | 0.88% | - |
| XYZ | 43.85 | 62.11 | 12.93 | - |
| YUV | 188.25 | 51.11 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 52 | 0.24 | 0 | 0.77 | 0.12 | 78.84 | 0.74 | 0.54 |
| Hex | AA | E0 | 34 | 18 | 0 | 4D | C | 4F | 4A | 36 |
| Octal | 252 | 340 | 64 | 30 | 0 | 115 | 14 | 117 | 112 | 66 |
| Binary | 10101010 | 11100000 | 110100 | 11000 | 0 | 1001101 | 1100 | 1001111 | 1001010 | 110110 |
Color Harmonies of #AAE034
Complementary color
Monochromatic Colors of #AAE034
Black with #AAE034
Text Example
Text Example
White with #AAE034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE034; }
p { color: rgb(170,224,52); }
H1.HeaderClassName
{
color: #AAE034;
}
.AnyTagClassName
{
color: #AAE034;
}
</style>
background-color css
<style>
a { background-color: #AAE034; }
a { background-color: rgb(170,224,52); }
div.DivClassName
{
background-color: #AAE034;
}
.BgClassName
{
background-color: #AAE034;
}
</style>
border-color css
<style>
span { border-color: #AAE034; }
span { border-color: rgb(170,224,52); }
td.TdClassName
{
border-color: #AAE034;
}
.TagClassName
{
border-color: #AAE034;
}
</style>