Shades of Atlantis #AAD937
Tints of Atlantis #AAD937
RGB
CMYK
RGB Variations
Color information
#AAD937 (or 0xAAD937) is known color: Atlantis. HEX triplet: AA, D9 and 37. RGB value is (170,217,55). Sum of RGB (Red+Green+Blue) = 170+217+55=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 217 (85.16% from 255 or 49.10% from 442); Blue value is 55 (21.88% from 255 or 12.44% from 442); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD937 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD937 is #5526C8. Grayscale: #B9B9B9. Windows color (decimal): -5580489 or 3660202. OLE color: 3660202.
HSL color Cylindrical-coordinate representation of color #AAD937: hue angle of 77.41º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAD937 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 55 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.15 |
| HSL | 77.41º | 0.68% | 0.53% | - |
| HSV(B) | 77.41º | 0.75% | 0.85% | - |
| XYZ | 42.08 | 58.45 | 12.68 | - |
| YUV | 184.48 | 54.93 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 55 | 0.22 | 0 | 0.75 | 0.15 | 77.41 | 0.68 | 0.53 |
| Hex | AA | D9 | 37 | 16 | 0 | 4B | F | 4D | 44 | 35 |
| Octal | 252 | 331 | 67 | 26 | 0 | 113 | 17 | 115 | 104 | 65 |
| Binary | 10101010 | 11011001 | 110111 | 10110 | 0 | 1001011 | 1111 | 1001101 | 1000100 | 110101 |
Color Harmonies of #AAD937
Complementary color
Monochromatic Colors of #AAD937
Black with #AAD937
Text Example
Text Example
White with #AAD937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD937; }
p { color: rgb(170,217,55); }
H1.HeaderClassName
{
color: #AAD937;
}
.AnyTagClassName
{
color: #AAD937;
}
</style>
background-color css
<style>
a { background-color: #AAD937; }
a { background-color: rgb(170,217,55); }
div.DivClassName
{
background-color: #AAD937;
}
.BgClassName
{
background-color: #AAD937;
}
</style>
border-color css
<style>
span { border-color: #AAD937; }
span { border-color: rgb(170,217,55); }
td.TdClassName
{
border-color: #AAD937;
}
.TagClassName
{
border-color: #AAD937;
}
</style>