Shades of Atlantis #AAE437
Tints of Atlantis #AAE437
RGB
CMYK
RGB Variations
Color information
#AAE437 (or 0xAAE437) is known color: Atlantis. HEX triplet: AA, E4 and 37. RGB value is (170,228,55). Sum of RGB (Red+Green+Blue) = 170+228+55=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 55 (21.88% from 255 or 12.14% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE437 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE437 is #551BC8. Grayscale: #BFBFBF. Windows color (decimal): -5577673 or 3663018. OLE color: 3663018.
HSL color Cylindrical-coordinate representation of color #AAE437: hue angle of 80.12º 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 #AAE437 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 55 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.11 |
| HSL | 80.12º | 0.76% | 0.55% | - |
| HSV(B) | 80.12º | 0.76% | 0.89% | - |
| XYZ | 45.01 | 64.31 | 13.65 | - |
| YUV | 190.94 | 51.28 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 55 | 0.25 | 0 | 0.76 | 0.11 | 80.12 | 0.76 | 0.55 |
| Hex | AA | E4 | 37 | 19 | 0 | 4C | B | 50 | 4C | 37 |
| Octal | 252 | 344 | 67 | 31 | 0 | 114 | 13 | 120 | 114 | 67 |
| Binary | 10101010 | 11100100 | 110111 | 11001 | 0 | 1001100 | 1011 | 1010000 | 1001100 | 110111 |
Color Harmonies of #AAE437
Complementary color
Monochromatic Colors of #AAE437
Black with #AAE437
Text Example
Text Example
White with #AAE437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE437; }
p { color: rgb(170,228,55); }
H1.HeaderClassName
{
color: #AAE437;
}
.AnyTagClassName
{
color: #AAE437;
}
</style>
background-color css
<style>
a { background-color: #AAE437; }
a { background-color: rgb(170,228,55); }
div.DivClassName
{
background-color: #AAE437;
}
.BgClassName
{
background-color: #AAE437;
}
</style>
border-color css
<style>
span { border-color: #AAE437; }
span { border-color: rgb(170,228,55); }
td.TdClassName
{
border-color: #AAE437;
}
.TagClassName
{
border-color: #AAE437;
}
</style>