Shades of Atlantis #AAD931
Tints of Atlantis #AAD931
RGB
CMYK
RGB Variations
Color information
#AAD931 (or 0xAAD931) is known color: Atlantis. HEX triplet: AA, D9 and 31. RGB value is (170,217,49). Sum of RGB (Red+Green+Blue) = 170+217+49=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 49 (19.53% from 255 or 11.24% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD931 is #5526CE. Grayscale: #B8B8B8. Windows color (decimal): -5580495 or 3266986. OLE color: 3266986.
HSL color Cylindrical-coordinate representation of color #AAD931: hue angle of 76.79º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAD931 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 49 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.15 |
| HSL | 76.79º | 0.69% | 0.52% | - |
| HSV(B) | 76.79º | 0.77% | 0.85% | - |
| XYZ | 41.94 | 58.39 | 11.97 | - |
| YUV | 183.8 | 51.93 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 49 | 0.22 | 0 | 0.77 | 0.15 | 76.79 | 0.69 | 0.52 |
| Hex | AA | D9 | 31 | 16 | 0 | 4D | F | 4D | 45 | 34 |
| Octal | 252 | 331 | 61 | 26 | 0 | 115 | 17 | 115 | 105 | 64 |
| Binary | 10101010 | 11011001 | 110001 | 10110 | 0 | 1001101 | 1111 | 1001101 | 1000101 | 110100 |
Color Harmonies of #AAD931
Complementary color
Monochromatic Colors of #AAD931
Black with #AAD931
Text Example
Text Example
White with #AAD931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD931; }
p { color: rgb(170,217,49); }
H1.HeaderClassName
{
color: #AAD931;
}
.AnyTagClassName
{
color: #AAD931;
}
</style>
background-color css
<style>
a { background-color: #AAD931; }
a { background-color: rgb(170,217,49); }
div.DivClassName
{
background-color: #AAD931;
}
.BgClassName
{
background-color: #AAD931;
}
</style>
border-color css
<style>
span { border-color: #AAD931; }
span { border-color: rgb(170,217,49); }
td.TdClassName
{
border-color: #AAD931;
}
.TagClassName
{
border-color: #AAD931;
}
</style>