Shades of Atlantis #AAD144
Tints of Atlantis #AAD144
RGB
CMYK
RGB Variations
Color information
#AAD144 (or 0xAAD144) is known color: Atlantis. HEX triplet: AA, D1 and 44. RGB value is (170,209,68). Sum of RGB (Red+Green+Blue) = 170+209+68=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 68 (26.95% from 255 or 15.21% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD144 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD144 is #552EBB. Grayscale: #B5B5B5. Windows color (decimal): -5582524 or 4510122. OLE color: 4510122.
HSL color Cylindrical-coordinate representation of color #AAD144: hue angle of 76.6º degrees, saturation: 0.61, 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 #AAD144 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 68 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.18 |
| HSL | 76.6º | 0.61% | 0.54% | - |
| HSV(B) | 76.6º | 0.67% | 0.82% | - |
| XYZ | 40.42 | 54.56 | 13.87 | - |
| YUV | 181.27 | 64.08 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 68 | 0.19 | 0 | 0.67 | 0.18 | 76.6 | 0.61 | 0.54 |
| Hex | AA | D1 | 44 | 13 | 0 | 43 | 12 | 4D | 3D | 36 |
| Octal | 252 | 321 | 104 | 23 | 0 | 103 | 22 | 115 | 75 | 66 |
| Binary | 10101010 | 11010001 | 1000100 | 10011 | 0 | 1000011 | 10010 | 1001101 | 111101 | 110110 |
Color Harmonies of #AAD144
Complementary color
Monochromatic Colors of #AAD144
Black with #AAD144
Text Example
Text Example
White with #AAD144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD144; }
p { color: rgb(170,209,68); }
H1.HeaderClassName
{
color: #AAD144;
}
.AnyTagClassName
{
color: #AAD144;
}
</style>
background-color css
<style>
a { background-color: #AAD144; }
a { background-color: rgb(170,209,68); }
div.DivClassName
{
background-color: #AAD144;
}
.BgClassName
{
background-color: #AAD144;
}
</style>
border-color css
<style>
span { border-color: #AAD144; }
span { border-color: rgb(170,209,68); }
td.TdClassName
{
border-color: #AAD144;
}
.TagClassName
{
border-color: #AAD144;
}
</style>