Shades of Atlantis #AAD037
Tints of Atlantis #AAD037
RGB
CMYK
RGB Variations
Color information
#AAD037 (or 0xAAD037) is known color: Atlantis. HEX triplet: AA, D0 and 37. RGB value is (170,208,55). Sum of RGB (Red+Green+Blue) = 170+208+55=433 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.26% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD037 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD037 is #552FC8. Grayscale: #B3B3B3. Windows color (decimal): -5582793 or 3657898. OLE color: 3657898.
HSL color Cylindrical-coordinate representation of color #AAD037: hue angle of 74.9º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAD037 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 55 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.18 |
| HSL | 74.9º | 0.62% | 0.52% | - |
| HSV(B) | 74.9º | 0.74% | 0.82% | - |
| XYZ | 39.82 | 53.93 | 11.93 | - |
| YUV | 179.2 | 57.91 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 55 | 0.18 | 0 | 0.74 | 0.18 | 74.9 | 0.62 | 0.52 |
| Hex | AA | D0 | 37 | 12 | 0 | 4A | 12 | 4B | 3E | 34 |
| Octal | 252 | 320 | 67 | 22 | 0 | 112 | 22 | 113 | 76 | 64 |
| Binary | 10101010 | 11010000 | 110111 | 10010 | 0 | 1001010 | 10010 | 1001011 | 111110 | 110100 |
Color Harmonies of #AAD037
Complementary color
Monochromatic Colors of #AAD037
Black with #AAD037
Text Example
Text Example
White with #AAD037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD037; }
p { color: rgb(170,208,55); }
H1.HeaderClassName
{
color: #AAD037;
}
.AnyTagClassName
{
color: #AAD037;
}
</style>
background-color css
<style>
a { background-color: #AAD037; }
a { background-color: rgb(170,208,55); }
div.DivClassName
{
background-color: #AAD037;
}
.BgClassName
{
background-color: #AAD037;
}
</style>
border-color css
<style>
span { border-color: #AAD037; }
span { border-color: rgb(170,208,55); }
td.TdClassName
{
border-color: #AAD037;
}
.TagClassName
{
border-color: #AAD037;
}
</style>