Shades of Atlantis #AAD039
Tints of Atlantis #AAD039
RGB
CMYK
RGB Variations
Color information
#AAD039 (or 0xAAD039) is known color: Atlantis. HEX triplet: AA, D0 and 39. RGB value is (170,208,57). Sum of RGB (Red+Green+Blue) = 170+208+57=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 57 (22.66% from 255 or 13.10% from 435); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD039 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD039 is #552FC6. Grayscale: #B3B3B3. Windows color (decimal): -5582791 or 3788970. OLE color: 3788970.
HSL color Cylindrical-coordinate representation of color #AAD039: hue angle of 75.1º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAD039 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 57 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.18 |
| HSL | 75.1º | 0.62% | 0.52% | - |
| HSV(B) | 75.1º | 0.73% | 0.82% | - |
| XYZ | 39.87 | 53.95 | 12.18 | - |
| YUV | 179.42 | 58.91 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 57 | 0.18 | 0 | 0.73 | 0.18 | 75.1 | 0.62 | 0.52 |
| Hex | AA | D0 | 39 | 12 | 0 | 49 | 12 | 4B | 3E | 34 |
| Octal | 252 | 320 | 71 | 22 | 0 | 111 | 22 | 113 | 76 | 64 |
| Binary | 10101010 | 11010000 | 111001 | 10010 | 0 | 1001001 | 10010 | 1001011 | 111110 | 110100 |
Color Harmonies of #AAD039
Complementary color
Monochromatic Colors of #AAD039
Black with #AAD039
Text Example
Text Example
White with #AAD039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD039; }
p { color: rgb(170,208,57); }
H1.HeaderClassName
{
color: #AAD039;
}
.AnyTagClassName
{
color: #AAD039;
}
</style>
background-color css
<style>
a { background-color: #AAD039; }
a { background-color: rgb(170,208,57); }
div.DivClassName
{
background-color: #AAD039;
}
.BgClassName
{
background-color: #AAD039;
}
</style>
border-color css
<style>
span { border-color: #AAD039; }
span { border-color: rgb(170,208,57); }
td.TdClassName
{
border-color: #AAD039;
}
.TagClassName
{
border-color: #AAD039;
}
</style>