Shades of Atlantis #AAE03D
Tints of Atlantis #AAE03D
RGB
CMYK
RGB Variations
Color information
#AAE03D (or 0xAAE03D) is known color: Atlantis. HEX triplet: AA, E0 and 3D. RGB value is (170,224,61). Sum of RGB (Red+Green+Blue) = 170+224+61=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE03D is #551FC2. Grayscale: #BDBDBD. Windows color (decimal): -5578691 or 4055210. OLE color: 4055210.
HSL color Cylindrical-coordinate representation of color #AAE03D: hue angle of 79.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAE03D is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 61 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.12 |
| HSL | 79.88º | 0.72% | 0.56% | - |
| HSV(B) | 79.88º | 0.73% | 0.88% | - |
| XYZ | 44.08 | 62.19 | 14.1 | - |
| YUV | 189.27 | 55.61 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 61 | 0.24 | 0 | 0.73 | 0.12 | 79.88 | 0.72 | 0.56 |
| Hex | AA | E0 | 3D | 18 | 0 | 49 | C | 50 | 48 | 38 |
| Octal | 252 | 340 | 75 | 30 | 0 | 111 | 14 | 120 | 110 | 70 |
| Binary | 10101010 | 11100000 | 111101 | 11000 | 0 | 1001001 | 1100 | 1010000 | 1001000 | 111000 |
Color Harmonies of #AAE03D
Complementary color
Monochromatic Colors of #AAE03D
Black with #AAE03D
Text Example
Text Example
White with #AAE03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE03D; }
p { color: rgb(170,224,61); }
H1.HeaderClassName
{
color: #AAE03D;
}
.AnyTagClassName
{
color: #AAE03D;
}
</style>
background-color css
<style>
a { background-color: #AAE03D; }
a { background-color: rgb(170,224,61); }
div.DivClassName
{
background-color: #AAE03D;
}
.BgClassName
{
background-color: #AAE03D;
}
</style>
border-color css
<style>
span { border-color: #AAE03D; }
span { border-color: rgb(170,224,61); }
td.TdClassName
{
border-color: #AAE03D;
}
.TagClassName
{
border-color: #AAE03D;
}
</style>