Shades of Atlantis #AAE136
Tints of Atlantis #AAE136
RGB
CMYK
RGB Variations
Color information
#AAE136 (or 0xAAE136) is known color: Atlantis. HEX triplet: AA, E1 and 36. RGB value is (170,225,54). Sum of RGB (Red+Green+Blue) = 170+225+54=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE136 is #551EC9. Grayscale: #BDBDBD. Windows color (decimal): -5578442 or 3596714. OLE color: 3596714.
HSL color Cylindrical-coordinate representation of color #AAE136: hue angle of 79.3º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAE136 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 54 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.12 |
| HSL | 79.3º | 0.74% | 0.55% | - |
| HSV(B) | 79.3º | 0.76% | 0.88% | - |
| XYZ | 44.17 | 62.66 | 13.26 | - |
| YUV | 189.06 | 51.78 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 54 | 0.24 | 0 | 0.76 | 0.12 | 79.3 | 0.74 | 0.55 |
| Hex | AA | E1 | 36 | 18 | 0 | 4C | C | 4F | 4A | 37 |
| Octal | 252 | 341 | 66 | 30 | 0 | 114 | 14 | 117 | 112 | 67 |
| Binary | 10101010 | 11100001 | 110110 | 11000 | 0 | 1001100 | 1100 | 1001111 | 1001010 | 110111 |
Color Harmonies of #AAE136
Complementary color
Monochromatic Colors of #AAE136
Black with #AAE136
Text Example
Text Example
White with #AAE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE136; }
p { color: rgb(170,225,54); }
H1.HeaderClassName
{
color: #AAE136;
}
.AnyTagClassName
{
color: #AAE136;
}
</style>
background-color css
<style>
a { background-color: #AAE136; }
a { background-color: rgb(170,225,54); }
div.DivClassName
{
background-color: #AAE136;
}
.BgClassName
{
background-color: #AAE136;
}
</style>
border-color css
<style>
span { border-color: #AAE136; }
span { border-color: rgb(170,225,54); }
td.TdClassName
{
border-color: #AAE136;
}
.TagClassName
{
border-color: #AAE136;
}
</style>