Shades of Atlantis #AAE134
Tints of Atlantis #AAE134
RGB
CMYK
RGB Variations
Color information
#AAE134 (or 0xAAE134) is known color: Atlantis. HEX triplet: AA, E1 and 34. RGB value is (170,225,52). Sum of RGB (Red+Green+Blue) = 170+225+52=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE134 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE134 is #551ECB. Grayscale: #BDBDBD. Windows color (decimal): -5578444 or 3465642. OLE color: 3465642.
HSL color Cylindrical-coordinate representation of color #AAE134: hue angle of 79.08º 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 #AAE134 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 52 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.12 |
| HSL | 79.08º | 0.74% | 0.54% | - |
| HSV(B) | 79.08º | 0.77% | 0.88% | - |
| XYZ | 44.12 | 62.64 | 13.01 | - |
| YUV | 188.83 | 50.78 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 52 | 0.24 | 0 | 0.77 | 0.12 | 79.08 | 0.74 | 0.54 |
| Hex | AA | E1 | 34 | 18 | 0 | 4D | C | 4F | 4A | 36 |
| Octal | 252 | 341 | 64 | 30 | 0 | 115 | 14 | 117 | 112 | 66 |
| Binary | 10101010 | 11100001 | 110100 | 11000 | 0 | 1001101 | 1100 | 1001111 | 1001010 | 110110 |
Color Harmonies of #AAE134
Complementary color
Monochromatic Colors of #AAE134
Black with #AAE134
Text Example
Text Example
White with #AAE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE134; }
p { color: rgb(170,225,52); }
H1.HeaderClassName
{
color: #AAE134;
}
.AnyTagClassName
{
color: #AAE134;
}
</style>
background-color css
<style>
a { background-color: #AAE134; }
a { background-color: rgb(170,225,52); }
div.DivClassName
{
background-color: #AAE134;
}
.BgClassName
{
background-color: #AAE134;
}
</style>
border-color css
<style>
span { border-color: #AAE134; }
span { border-color: rgb(170,225,52); }
td.TdClassName
{
border-color: #AAE134;
}
.TagClassName
{
border-color: #AAE134;
}
</style>