Shades of Atlantis #AAE436
Tints of Atlantis #AAE436
RGB
CMYK
RGB Variations
Color information
#AAE436 (or 0xAAE436) is known color: Atlantis. HEX triplet: AA, E4 and 36. RGB value is (170,228,54). Sum of RGB (Red+Green+Blue) = 170+228+54=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 54 (21.48% from 255 or 11.95% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE436 is #551BC9. Grayscale: #BFBFBF. Windows color (decimal): -5577674 or 3597482. OLE color: 3597482.
HSL color Cylindrical-coordinate representation of color #AAE436: hue angle of 80º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAE436 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 54 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.11 |
| HSL | 80º | 0.76% | 0.55% | - |
| HSV(B) | 80º | 0.76% | 0.89% | - |
| XYZ | 44.99 | 64.3 | 13.53 | - |
| YUV | 190.82 | 50.78 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 54 | 0.25 | 0 | 0.76 | 0.11 | 80 | 0.76 | 0.55 |
| Hex | AA | E4 | 36 | 19 | 0 | 4C | B | 50 | 4C | 37 |
| Octal | 252 | 344 | 66 | 31 | 0 | 114 | 13 | 120 | 114 | 67 |
| Binary | 10101010 | 11100100 | 110110 | 11001 | 0 | 1001100 | 1011 | 1010000 | 1001100 | 110111 |
Color Harmonies of #AAE436
Complementary color
Monochromatic Colors of #AAE436
Black with #AAE436
Text Example
Text Example
White with #AAE436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE436; }
p { color: rgb(170,228,54); }
H1.HeaderClassName
{
color: #AAE436;
}
.AnyTagClassName
{
color: #AAE436;
}
</style>
background-color css
<style>
a { background-color: #AAE436; }
a { background-color: rgb(170,228,54); }
div.DivClassName
{
background-color: #AAE436;
}
.BgClassName
{
background-color: #AAE436;
}
</style>
border-color css
<style>
span { border-color: #AAE436; }
span { border-color: rgb(170,228,54); }
td.TdClassName
{
border-color: #AAE436;
}
.TagClassName
{
border-color: #AAE436;
}
</style>