Shades of Atlantis #AAE337
Tints of Atlantis #AAE337
RGB
CMYK
RGB Variations
Color information
#AAE337 (or 0xAAE337) is known color: Atlantis. HEX triplet: AA, E3 and 37. RGB value is (170,227,55). Sum of RGB (Red+Green+Blue) = 170+227+55=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 227 (89.06% from 255 or 50.22% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE337 is #551CC8. Grayscale: #BEBEBE. Windows color (decimal): -5577929 or 3662762. OLE color: 3662762.
HSL color Cylindrical-coordinate representation of color #AAE337: hue angle of 79.88º degrees, saturation: 0.75, 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 #AAE337 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 55 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.11 |
| HSL | 79.88º | 0.75% | 0.55% | - |
| HSV(B) | 79.88º | 0.76% | 0.89% | - |
| XYZ | 44.74 | 63.76 | 13.56 | - |
| YUV | 190.35 | 51.62 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 55 | 0.25 | 0 | 0.76 | 0.11 | 79.88 | 0.75 | 0.55 |
| Hex | AA | E3 | 37 | 19 | 0 | 4C | B | 50 | 4B | 37 |
| Octal | 252 | 343 | 67 | 31 | 0 | 114 | 13 | 120 | 113 | 67 |
| Binary | 10101010 | 11100011 | 110111 | 11001 | 0 | 1001100 | 1011 | 1010000 | 1001011 | 110111 |
Color Harmonies of #AAE337
Complementary color
Monochromatic Colors of #AAE337
Black with #AAE337
Text Example
Text Example
White with #AAE337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE337; }
p { color: rgb(170,227,55); }
H1.HeaderClassName
{
color: #AAE337;
}
.AnyTagClassName
{
color: #AAE337;
}
</style>
background-color css
<style>
a { background-color: #AAE337; }
a { background-color: rgb(170,227,55); }
div.DivClassName
{
background-color: #AAE337;
}
.BgClassName
{
background-color: #AAE337;
}
</style>
border-color css
<style>
span { border-color: #AAE337; }
span { border-color: rgb(170,227,55); }
td.TdClassName
{
border-color: #AAE337;
}
.TagClassName
{
border-color: #AAE337;
}
</style>