Shades of Atlantis #AAE430
Tints of Atlantis #AAE430
RGB
CMYK
RGB Variations
Color information
#AAE430 (or 0xAAE430) is known color: Atlantis. HEX triplet: AA, E4 and 30. RGB value is (170,228,48). Sum of RGB (Red+Green+Blue) = 170+228+48=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 228 (89.45% from 255 or 51.12% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE430 is #551BCF. Grayscale: #BEBEBE. Windows color (decimal): -5577680 or 3204266. OLE color: 3204266.
HSL color Cylindrical-coordinate representation of color #AAE430: hue angle of 79.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAE430 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 48 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.11 |
| HSL | 79.33º | 0.77% | 0.54% | - |
| HSV(B) | 79.33º | 0.79% | 0.89% | - |
| XYZ | 44.85 | 64.25 | 12.83 | - |
| YUV | 190.14 | 47.78 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 48 | 0.25 | 0 | 0.79 | 0.11 | 79.33 | 0.77 | 0.54 |
| Hex | AA | E4 | 30 | 19 | 0 | 4F | B | 4F | 4D | 36 |
| Octal | 252 | 344 | 60 | 31 | 0 | 117 | 13 | 117 | 115 | 66 |
| Binary | 10101010 | 11100100 | 110000 | 11001 | 0 | 1001111 | 1011 | 1001111 | 1001101 | 110110 |
Color Harmonies of #AAE430
Complementary color
Monochromatic Colors of #AAE430
Black with #AAE430
Text Example
Text Example
White with #AAE430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE430; }
p { color: rgb(170,228,48); }
H1.HeaderClassName
{
color: #AAE430;
}
.AnyTagClassName
{
color: #AAE430;
}
</style>
background-color css
<style>
a { background-color: #AAE430; }
a { background-color: rgb(170,228,48); }
div.DivClassName
{
background-color: #AAE430;
}
.BgClassName
{
background-color: #AAE430;
}
</style>
border-color css
<style>
span { border-color: #AAE430; }
span { border-color: rgb(170,228,48); }
td.TdClassName
{
border-color: #AAE430;
}
.TagClassName
{
border-color: #AAE430;
}
</style>