Shades of Atlantis #AAE42E
Tints of Atlantis #AAE42E
RGB
CMYK
RGB Variations
Color information
#AAE42E (or 0xAAE42E) is known color: Atlantis. HEX triplet: AA, E4 and 2E. RGB value is (170,228,46). Sum of RGB (Red+Green+Blue) = 170+228+46=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 228 (89.45% from 255 or 51.35% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE42E is #551BD1. Grayscale: #BEBEBE. Windows color (decimal): -5577682 or 3073194. OLE color: 3073194.
HSL color Cylindrical-coordinate representation of color #AAE42E: hue angle of 79.12º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAE42E is Cyan = 0.25, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 46 | - |
| CMYK | 0.25 | 0 | 0.80 | 0.11 |
| HSL | 79.12º | 0.77% | 0.54% | - |
| HSV(B) | 79.12º | 0.8% | 0.89% | - |
| XYZ | 44.81 | 64.23 | 12.62 | - |
| YUV | 189.91 | 46.78 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 46 | 0.25 | 0 | 0.80 | 0.11 | 79.12 | 0.77 | 0.54 |
| Hex | AA | E4 | 2E | 19 | 0 | 50 | B | 4F | 4D | 36 |
| Octal | 252 | 344 | 56 | 31 | 0 | 120 | 13 | 117 | 115 | 66 |
| Binary | 10101010 | 11100100 | 101110 | 11001 | 0 | 1010000 | 1011 | 1001111 | 1001101 | 110110 |
Color Harmonies of #AAE42E
Complementary color
Monochromatic Colors of #AAE42E
Black with #AAE42E
Text Example
Text Example
White with #AAE42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE42E; }
p { color: rgb(170,228,46); }
H1.HeaderClassName
{
color: #AAE42E;
}
.AnyTagClassName
{
color: #AAE42E;
}
</style>
background-color css
<style>
a { background-color: #AAE42E; }
a { background-color: rgb(170,228,46); }
div.DivClassName
{
background-color: #AAE42E;
}
.BgClassName
{
background-color: #AAE42E;
}
</style>
border-color css
<style>
span { border-color: #AAE42E; }
span { border-color: rgb(170,228,46); }
td.TdClassName
{
border-color: #AAE42E;
}
.TagClassName
{
border-color: #AAE42E;
}
</style>