Shades of Atlantis #AAD940
Tints of Atlantis #AAD940
RGB
CMYK
RGB Variations
Color information
#AAD940 (or 0xAAD940) is known color: Atlantis. HEX triplet: AA, D9 and 40. RGB value is (170,217,64). Sum of RGB (Red+Green+Blue) = 170+217+64=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD940 is #5526BF. Grayscale: #BABABA. Windows color (decimal): -5580480 or 4250026. OLE color: 4250026.
HSL color Cylindrical-coordinate representation of color #AAD940: hue angle of 78.43º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AAD940 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 217 | 64 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.15 |
| HSL | 78.43º | 0.67% | 0.55% | - |
| HSV(B) | 78.43º | 0.71% | 0.85% | - |
| XYZ | 42.32 | 58.54 | 13.92 | - |
| YUV | 185.51 | 59.43 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 64 | 0.22 | 0 | 0.71 | 0.15 | 78.43 | 0.67 | 0.55 |
| Hex | AA | D9 | 40 | 16 | 0 | 47 | F | 4E | 43 | 37 |
| Octal | 252 | 331 | 100 | 26 | 0 | 107 | 17 | 116 | 103 | 67 |
| Binary | 10101010 | 11011001 | 1000000 | 10110 | 0 | 1000111 | 1111 | 1001110 | 1000011 | 110111 |
Color Harmonies of #AAD940
Complementary color
Monochromatic Colors of #AAD940
Black with #AAD940
Text Example
Text Example
White with #AAD940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD940; }
p { color: rgb(170,217,64); }
H1.HeaderClassName
{
color: #AAD940;
}
.AnyTagClassName
{
color: #AAD940;
}
</style>
background-color css
<style>
a { background-color: #AAD940; }
a { background-color: rgb(170,217,64); }
div.DivClassName
{
background-color: #AAD940;
}
.BgClassName
{
background-color: #AAD940;
}
</style>
border-color css
<style>
span { border-color: #AAD940; }
span { border-color: rgb(170,217,64); }
td.TdClassName
{
border-color: #AAD940;
}
.TagClassName
{
border-color: #AAD940;
}
</style>