Shades of Atlantis #AAE43A
Tints of Atlantis #AAE43A
RGB
CMYK
RGB Variations
Color information
#AAE43A (or 0xAAE43A) is known color: Atlantis. HEX triplet: AA, E4 and 3A. RGB value is (170,228,58). Sum of RGB (Red+Green+Blue) = 170+228+58=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 228 (89.45% from 255 or 50% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE43A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE43A is #551BC5. Grayscale: #BFBFBF. Windows color (decimal): -5577670 or 3859626. OLE color: 3859626.
HSL color Cylindrical-coordinate representation of color #AAE43A: hue angle of 80.47º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAE43A is Cyan = 0.25, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 228 | 58 | - |
| CMYK | 0.25 | 0 | 0.75 | 0.11 |
| HSL | 80.47º | 0.76% | 0.56% | - |
| HSV(B) | 80.47º | 0.75% | 0.89% | - |
| XYZ | 45.08 | 64.34 | 14.05 | - |
| YUV | 191.28 | 52.78 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 228 | 58 | 0.25 | 0 | 0.75 | 0.11 | 80.47 | 0.76 | 0.56 |
| Hex | AA | E4 | 3A | 19 | 0 | 4B | B | 50 | 4C | 38 |
| Octal | 252 | 344 | 72 | 31 | 0 | 113 | 13 | 120 | 114 | 70 |
| Binary | 10101010 | 11100100 | 111010 | 11001 | 0 | 1001011 | 1011 | 1010000 | 1001100 | 111000 |
Color Harmonies of #AAE43A
Complementary color
Monochromatic Colors of #AAE43A
Black with #AAE43A
Text Example
Text Example
White with #AAE43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE43A; }
p { color: rgb(170,228,58); }
H1.HeaderClassName
{
color: #AAE43A;
}
.AnyTagClassName
{
color: #AAE43A;
}
</style>
background-color css
<style>
a { background-color: #AAE43A; }
a { background-color: rgb(170,228,58); }
div.DivClassName
{
background-color: #AAE43A;
}
.BgClassName
{
background-color: #AAE43A;
}
</style>
border-color css
<style>
span { border-color: #AAE43A; }
span { border-color: rgb(170,228,58); }
td.TdClassName
{
border-color: #AAE43A;
}
.TagClassName
{
border-color: #AAE43A;
}
</style>