Shades of Atlantis #AAD43E
Tints of Atlantis #AAD43E
RGB
CMYK
RGB Variations
Color information
#AAD43E (or 0xAAD43E) is known color: Atlantis. HEX triplet: AA, D4 and 3E. RGB value is (170,212,62). Sum of RGB (Red+Green+Blue) = 170+212+62=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 212 (83.20% from 255 or 47.75% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 212 - color contains mainly: green. Hex color #AAD43E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD43E is #552BC1. Grayscale: #B6B6B6. Windows color (decimal): -5581762 or 4117674. OLE color: 4117674.
HSL color Cylindrical-coordinate representation of color #AAD43E: hue angle of 76.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAD43E is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 212 | 62 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.17 |
| HSL | 76.8º | 0.64% | 0.54% | - |
| HSV(B) | 76.8º | 0.71% | 0.83% | - |
| XYZ | 40.99 | 55.98 | 13.2 | - |
| YUV | 182.34 | 60.09 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 212 | 62 | 0.20 | 0 | 0.71 | 0.17 | 76.8 | 0.64 | 0.54 |
| Hex | AA | D4 | 3E | 14 | 0 | 47 | 11 | 4D | 40 | 36 |
| Octal | 252 | 324 | 76 | 24 | 0 | 107 | 21 | 115 | 100 | 66 |
| Binary | 10101010 | 11010100 | 111110 | 10100 | 0 | 1000111 | 10001 | 1001101 | 1000000 | 110110 |
Color Harmonies of #AAD43E
Complementary color
Monochromatic Colors of #AAD43E
Black with #AAD43E
Text Example
Text Example
White with #AAD43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD43E; }
p { color: rgb(170,212,62); }
H1.HeaderClassName
{
color: #AAD43E;
}
.AnyTagClassName
{
color: #AAD43E;
}
</style>
background-color css
<style>
a { background-color: #AAD43E; }
a { background-color: rgb(170,212,62); }
div.DivClassName
{
background-color: #AAD43E;
}
.BgClassName
{
background-color: #AAD43E;
}
</style>
border-color css
<style>
span { border-color: #AAD43E; }
span { border-color: rgb(170,212,62); }
td.TdClassName
{
border-color: #AAD43E;
}
.TagClassName
{
border-color: #AAD43E;
}
</style>