Shades of Atlantis #AAD044
Tints of Atlantis #AAD044
RGB
CMYK
RGB Variations
Color information
#AAD044 (or 0xAAD044) is known color: Atlantis. HEX triplet: AA, D0 and 44. RGB value is (170,208,68). Sum of RGB (Red+Green+Blue) = 170+208+68=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 208 (81.64% from 255 or 46.64% from 446); Blue value is 68 (26.95% from 255 or 15.25% from 446); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD044 is #552FBB. Grayscale: #B5B5B5. Windows color (decimal): -5582780 or 4509866. OLE color: 4509866.
HSL color Cylindrical-coordinate representation of color #AAD044: hue angle of 76.29º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAD044 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 68 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.18 |
| HSL | 76.29º | 0.6% | 0.54% | - |
| HSV(B) | 76.29º | 0.67% | 0.82% | - |
| XYZ | 40.18 | 54.08 | 13.79 | - |
| YUV | 180.68 | 64.41 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 68 | 0.18 | 0 | 0.67 | 0.18 | 76.29 | 0.6 | 0.54 |
| Hex | AA | D0 | 44 | 12 | 0 | 43 | 12 | 4C | 3C | 36 |
| Octal | 252 | 320 | 104 | 22 | 0 | 103 | 22 | 114 | 74 | 66 |
| Binary | 10101010 | 11010000 | 1000100 | 10010 | 0 | 1000011 | 10010 | 1001100 | 111100 | 110110 |
Color Harmonies of #AAD044
Complementary color
Monochromatic Colors of #AAD044
Black with #AAD044
Text Example
Text Example
White with #AAD044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD044; }
p { color: rgb(170,208,68); }
H1.HeaderClassName
{
color: #AAD044;
}
.AnyTagClassName
{
color: #AAD044;
}
</style>
background-color css
<style>
a { background-color: #AAD044; }
a { background-color: rgb(170,208,68); }
div.DivClassName
{
background-color: #AAD044;
}
.BgClassName
{
background-color: #AAD044;
}
</style>
border-color css
<style>
span { border-color: #AAD044; }
span { border-color: rgb(170,208,68); }
td.TdClassName
{
border-color: #AAD044;
}
.TagClassName
{
border-color: #AAD044;
}
</style>