Shades of Atlantis #AAE13D
Tints of Atlantis #AAE13D
RGB
CMYK
RGB Variations
Color information
#AAE13D (or 0xAAE13D) is known color: Atlantis. HEX triplet: AA, E1 and 3D. RGB value is (170,225,61). Sum of RGB (Red+Green+Blue) = 170+225+61=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE13D is #551EC2. Grayscale: #BEBEBE. Windows color (decimal): -5578435 or 4055466. OLE color: 4055466.
HSL color Cylindrical-coordinate representation of color #AAE13D: hue angle of 80.12º degrees, saturation: 0.73, 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 #AAE13D is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 61 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.12 |
| HSL | 80.12º | 0.73% | 0.56% | - |
| HSV(B) | 80.12º | 0.73% | 0.88% | - |
| XYZ | 44.35 | 62.73 | 14.19 | - |
| YUV | 189.86 | 55.28 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 61 | 0.24 | 0 | 0.73 | 0.12 | 80.12 | 0.73 | 0.56 |
| Hex | AA | E1 | 3D | 18 | 0 | 49 | C | 50 | 49 | 38 |
| Octal | 252 | 341 | 75 | 30 | 0 | 111 | 14 | 120 | 111 | 70 |
| Binary | 10101010 | 11100001 | 111101 | 11000 | 0 | 1001001 | 1100 | 1010000 | 1001001 | 111000 |
Color Harmonies of #AAE13D
Complementary color
Monochromatic Colors of #AAE13D
Black with #AAE13D
Text Example
Text Example
White with #AAE13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE13D; }
p { color: rgb(170,225,61); }
H1.HeaderClassName
{
color: #AAE13D;
}
.AnyTagClassName
{
color: #AAE13D;
}
</style>
background-color css
<style>
a { background-color: #AAE13D; }
a { background-color: rgb(170,225,61); }
div.DivClassName
{
background-color: #AAE13D;
}
.BgClassName
{
background-color: #AAE13D;
}
</style>
border-color css
<style>
span { border-color: #AAE13D; }
span { border-color: rgb(170,225,61); }
td.TdClassName
{
border-color: #AAE13D;
}
.TagClassName
{
border-color: #AAE13D;
}
</style>