Shades of Atlantis #AAD63A
Tints of Atlantis #AAD63A
RGB
CMYK
RGB Variations
Color information
#AAD63A (or 0xAAD63A) is known color: Atlantis. HEX triplet: AA, D6 and 3A. RGB value is (170,214,58). Sum of RGB (Red+Green+Blue) = 170+214+58=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD63A is #5529C5. Grayscale: #B7B7B7. Windows color (decimal): -5581254 or 3856042. OLE color: 3856042.
HSL color Cylindrical-coordinate representation of color #AAD63A: hue angle of 76.92º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAD63A is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 214 | 58 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.16 |
| HSL | 76.92º | 0.66% | 0.53% | - |
| HSV(B) | 76.92º | 0.73% | 0.84% | - |
| XYZ | 41.39 | 56.94 | 12.81 | - |
| YUV | 183.06 | 57.42 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 58 | 0.21 | 0 | 0.73 | 0.16 | 76.92 | 0.66 | 0.53 |
| Hex | AA | D6 | 3A | 15 | 0 | 49 | 10 | 4D | 42 | 35 |
| Octal | 252 | 326 | 72 | 25 | 0 | 111 | 20 | 115 | 102 | 65 |
| Binary | 10101010 | 11010110 | 111010 | 10101 | 0 | 1001001 | 10000 | 1001101 | 1000010 | 110101 |
Color Harmonies of #AAD63A
Complementary color
Monochromatic Colors of #AAD63A
Black with #AAD63A
Text Example
Text Example
White with #AAD63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD63A; }
p { color: rgb(170,214,58); }
H1.HeaderClassName
{
color: #AAD63A;
}
.AnyTagClassName
{
color: #AAD63A;
}
</style>
background-color css
<style>
a { background-color: #AAD63A; }
a { background-color: rgb(170,214,58); }
div.DivClassName
{
background-color: #AAD63A;
}
.BgClassName
{
background-color: #AAD63A;
}
</style>
border-color css
<style>
span { border-color: #AAD63A; }
span { border-color: rgb(170,214,58); }
td.TdClassName
{
border-color: #AAD63A;
}
.TagClassName
{
border-color: #AAD63A;
}
</style>