Shades of Atlantis #AAE030
Tints of Atlantis #AAE030
RGB
CMYK
RGB Variations
Color information
#AAE030 (or 0xAAE030) is known color: Atlantis. HEX triplet: AA, E0 and 30. RGB value is (170,224,48). Sum of RGB (Red+Green+Blue) = 170+224+48=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE030 is #551FCF. Grayscale: #BCBCBC. Windows color (decimal): -5578704 or 3203242. OLE color: 3203242.
HSL color Cylindrical-coordinate representation of color #AAE030: hue angle of 78.41º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAE030 is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 48 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.12 |
| HSL | 78.41º | 0.74% | 0.53% | - |
| HSV(B) | 78.41º | 0.79% | 0.88% | - |
| XYZ | 43.77 | 62.07 | 12.47 | - |
| YUV | 187.79 | 49.11 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 48 | 0.24 | 0 | 0.79 | 0.12 | 78.41 | 0.74 | 0.53 |
| Hex | AA | E0 | 30 | 18 | 0 | 4F | C | 4E | 4A | 35 |
| Octal | 252 | 340 | 60 | 30 | 0 | 117 | 14 | 116 | 112 | 65 |
| Binary | 10101010 | 11100000 | 110000 | 11000 | 0 | 1001111 | 1100 | 1001110 | 1001010 | 110101 |
Color Harmonies of #AAE030
Complementary color
Monochromatic Colors of #AAE030
Black with #AAE030
Text Example
Text Example
White with #AAE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE030; }
p { color: rgb(170,224,48); }
H1.HeaderClassName
{
color: #AAE030;
}
.AnyTagClassName
{
color: #AAE030;
}
</style>
background-color css
<style>
a { background-color: #AAE030; }
a { background-color: rgb(170,224,48); }
div.DivClassName
{
background-color: #AAE030;
}
.BgClassName
{
background-color: #AAE030;
}
</style>
border-color css
<style>
span { border-color: #AAE030; }
span { border-color: rgb(170,224,48); }
td.TdClassName
{
border-color: #AAE030;
}
.TagClassName
{
border-color: #AAE030;
}
</style>