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