Shades of Atlantis #AAD245
Tints of Atlantis #AAD245
RGB
CMYK
RGB Variations
Color information
#AAD245 (or 0xAAD245) is known color: Atlantis. HEX triplet: AA, D2 and 45. RGB value is (170,210,69). Sum of RGB (Red+Green+Blue) = 170+210+69=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 210 (82.42% from 255 or 46.77% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD245 is #552DBA. Grayscale: #B6B6B6. Windows color (decimal): -5582267 or 4575914. OLE color: 4575914.
HSL color Cylindrical-coordinate representation of color #AAD245: hue angle of 77.02º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AAD245 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 69 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.18 |
| HSL | 77.02º | 0.61% | 0.55% | - |
| HSV(B) | 77.02º | 0.67% | 0.82% | - |
| XYZ | 40.7 | 55.07 | 14.11 | - |
| YUV | 181.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 69 | 0.19 | 0 | 0.67 | 0.18 | 77.02 | 0.61 | 0.55 |
| Hex | AA | D2 | 45 | 13 | 0 | 43 | 12 | 4D | 3D | 37 |
| Octal | 252 | 322 | 105 | 23 | 0 | 103 | 22 | 115 | 75 | 67 |
| Binary | 10101010 | 11010010 | 1000101 | 10011 | 0 | 1000011 | 10010 | 1001101 | 111101 | 110111 |
Color Harmonies of #AAD245
Complementary color
Monochromatic Colors of #AAD245
Black with #AAD245
Text Example
Text Example
White with #AAD245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD245; }
p { color: rgb(170,210,69); }
H1.HeaderClassName
{
color: #AAD245;
}
.AnyTagClassName
{
color: #AAD245;
}
</style>
background-color css
<style>
a { background-color: #AAD245; }
a { background-color: rgb(170,210,69); }
div.DivClassName
{
background-color: #AAD245;
}
.BgClassName
{
background-color: #AAD245;
}
</style>
border-color css
<style>
span { border-color: #AAD245; }
span { border-color: rgb(170,210,69); }
td.TdClassName
{
border-color: #AAD245;
}
.TagClassName
{
border-color: #AAD245;
}
</style>