Shades of Atlantis #AAE02E
Tints of Atlantis #AAE02E
RGB
CMYK
RGB Variations
Color information
#AAE02E (or 0xAAE02E) is known color: Atlantis. HEX triplet: AA, E0 and 2E. RGB value is (170,224,46). Sum of RGB (Red+Green+Blue) = 170+224+46=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 224 (87.89% from 255 or 50.91% from 440); Blue value is 46 (18.36% from 255 or 10.45% from 440); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE02E is #551FD1. Grayscale: #BCBCBC. Windows color (decimal): -5578706 or 3072170. OLE color: 3072170.
HSL color Cylindrical-coordinate representation of color #AAE02E: hue angle of 78.2º 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 #AAE02E is Cyan = 0.24, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 46 | - |
| CMYK | 0.24 | 0 | 0.79 | 0.12 |
| HSL | 78.2º | 0.74% | 0.53% | - |
| HSV(B) | 78.2º | 0.79% | 0.88% | - |
| XYZ | 43.73 | 62.05 | 12.26 | - |
| YUV | 187.56 | 48.11 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 46 | 0.24 | 0 | 0.79 | 0.12 | 78.2 | 0.74 | 0.53 |
| Hex | AA | E0 | 2E | 18 | 0 | 4F | C | 4E | 4A | 35 |
| Octal | 252 | 340 | 56 | 30 | 0 | 117 | 14 | 116 | 112 | 65 |
| Binary | 10101010 | 11100000 | 101110 | 11000 | 0 | 1001111 | 1100 | 1001110 | 1001010 | 110101 |
Color Harmonies of #AAE02E
Complementary color
Monochromatic Colors of #AAE02E
Black with #AAE02E
Text Example
Text Example
White with #AAE02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE02E; }
p { color: rgb(170,224,46); }
H1.HeaderClassName
{
color: #AAE02E;
}
.AnyTagClassName
{
color: #AAE02E;
}
</style>
background-color css
<style>
a { background-color: #AAE02E; }
a { background-color: rgb(170,224,46); }
div.DivClassName
{
background-color: #AAE02E;
}
.BgClassName
{
background-color: #AAE02E;
}
</style>
border-color css
<style>
span { border-color: #AAE02E; }
span { border-color: rgb(170,224,46); }
td.TdClassName
{
border-color: #AAE02E;
}
.TagClassName
{
border-color: #AAE02E;
}
</style>