Shades of Atlantis #AAD03A
Tints of Atlantis #AAD03A
RGB
CMYK
RGB Variations
Color information
#AAD03A (or 0xAAD03A) is known color: Atlantis. HEX triplet: AA, D0 and 3A. RGB value is (170,208,58). Sum of RGB (Red+Green+Blue) = 170+208+58=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD03A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD03A is #552FC5. Grayscale: #B4B4B4. Windows color (decimal): -5582790 or 3854506. OLE color: 3854506.
HSL color Cylindrical-coordinate representation of color #AAD03A: hue angle of 75.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAD03A is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 58 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.18 |
| HSL | 75.2º | 0.61% | 0.52% | - |
| HSV(B) | 75.2º | 0.72% | 0.82% | - |
| XYZ | 39.9 | 53.96 | 12.32 | - |
| YUV | 179.54 | 59.41 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 58 | 0.18 | 0 | 0.72 | 0.18 | 75.2 | 0.61 | 0.52 |
| Hex | AA | D0 | 3A | 12 | 0 | 48 | 12 | 4B | 3D | 34 |
| Octal | 252 | 320 | 72 | 22 | 0 | 110 | 22 | 113 | 75 | 64 |
| Binary | 10101010 | 11010000 | 111010 | 10010 | 0 | 1001000 | 10010 | 1001011 | 111101 | 110100 |
Color Harmonies of #AAD03A
Complementary color
Monochromatic Colors of #AAD03A
Black with #AAD03A
Text Example
Text Example
White with #AAD03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD03A; }
p { color: rgb(170,208,58); }
H1.HeaderClassName
{
color: #AAD03A;
}
.AnyTagClassName
{
color: #AAD03A;
}
</style>
background-color css
<style>
a { background-color: #AAD03A; }
a { background-color: rgb(170,208,58); }
div.DivClassName
{
background-color: #AAD03A;
}
.BgClassName
{
background-color: #AAD03A;
}
</style>
border-color css
<style>
span { border-color: #AAD03A; }
span { border-color: rgb(170,208,58); }
td.TdClassName
{
border-color: #AAD03A;
}
.TagClassName
{
border-color: #AAD03A;
}
</style>