Shades of Atlantis #AAE03B
Tints of Atlantis #AAE03B
RGB
CMYK
RGB Variations
Color information
#AAE03B (or 0xAAE03B) is known color: Atlantis. HEX triplet: AA, E0 and 3B. RGB value is (170,224,59). Sum of RGB (Red+Green+Blue) = 170+224+59=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 59 (23.44% from 255 or 13.02% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE03B is #551FC4. Grayscale: #BDBDBD. Windows color (decimal): -5578693 or 3924138. OLE color: 3924138.
HSL color Cylindrical-coordinate representation of color #AAE03B: hue angle of 79.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAE03B is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 59 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.12 |
| HSL | 79.64º | 0.73% | 0.55% | - |
| HSV(B) | 79.64º | 0.74% | 0.88% | - |
| XYZ | 44.02 | 62.17 | 13.82 | - |
| YUV | 189.04 | 54.61 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 59 | 0.24 | 0 | 0.74 | 0.12 | 79.64 | 0.73 | 0.55 |
| Hex | AA | E0 | 3B | 18 | 0 | 4A | C | 50 | 49 | 37 |
| Octal | 252 | 340 | 73 | 30 | 0 | 112 | 14 | 120 | 111 | 67 |
| Binary | 10101010 | 11100000 | 111011 | 11000 | 0 | 1001010 | 1100 | 1010000 | 1001001 | 110111 |
Color Harmonies of #AAE03B
Complementary color
Monochromatic Colors of #AAE03B
Black with #AAE03B
Text Example
Text Example
White with #AAE03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE03B; }
p { color: rgb(170,224,59); }
H1.HeaderClassName
{
color: #AAE03B;
}
.AnyTagClassName
{
color: #AAE03B;
}
</style>
background-color css
<style>
a { background-color: #AAE03B; }
a { background-color: rgb(170,224,59); }
div.DivClassName
{
background-color: #AAE03B;
}
.BgClassName
{
background-color: #AAE03B;
}
</style>
border-color css
<style>
span { border-color: #AAE03B; }
span { border-color: rgb(170,224,59); }
td.TdClassName
{
border-color: #AAE03B;
}
.TagClassName
{
border-color: #AAE03B;
}
</style>