Shades of Atlantis #AAE035
Tints of Atlantis #AAE035
RGB
CMYK
RGB Variations
Color information
#AAE035 (or 0xAAE035) is known color: Atlantis. HEX triplet: AA, E0 and 35. RGB value is (170,224,53). Sum of RGB (Red+Green+Blue) = 170+224+53=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 53 (21.09% from 255 or 11.86% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE035 is #551FCA. Grayscale: #BCBCBC. Windows color (decimal): -5578699 or 3530922. OLE color: 3530922.
HSL color Cylindrical-coordinate representation of color #AAE035: hue angle of 78.95º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAE035 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 53 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.12 |
| HSL | 78.95º | 0.73% | 0.54% | - |
| HSV(B) | 78.95º | 0.76% | 0.88% | - |
| XYZ | 43.88 | 62.11 | 13.04 | - |
| YUV | 188.36 | 51.61 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 53 | 0.24 | 0 | 0.76 | 0.12 | 78.95 | 0.73 | 0.54 |
| Hex | AA | E0 | 35 | 18 | 0 | 4C | C | 4F | 49 | 36 |
| Octal | 252 | 340 | 65 | 30 | 0 | 114 | 14 | 117 | 111 | 66 |
| Binary | 10101010 | 11100000 | 110101 | 11000 | 0 | 1001100 | 1100 | 1001111 | 1001001 | 110110 |
Color Harmonies of #AAE035
Complementary color
Monochromatic Colors of #AAE035
Black with #AAE035
Text Example
Text Example
White with #AAE035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE035; }
p { color: rgb(170,224,53); }
H1.HeaderClassName
{
color: #AAE035;
}
.AnyTagClassName
{
color: #AAE035;
}
</style>
background-color css
<style>
a { background-color: #AAE035; }
a { background-color: rgb(170,224,53); }
div.DivClassName
{
background-color: #AAE035;
}
.BgClassName
{
background-color: #AAE035;
}
</style>
border-color css
<style>
span { border-color: #AAE035; }
span { border-color: rgb(170,224,53); }
td.TdClassName
{
border-color: #AAE035;
}
.TagClassName
{
border-color: #AAE035;
}
</style>