Shades of Atlantis #AAD243
Tints of Atlantis #AAD243
RGB
CMYK
RGB Variations
Color information
#AAD243 (or 0xAAD243) is known color: Atlantis. HEX triplet: AA, D2 and 43. RGB value is (170,210,67). Sum of RGB (Red+Green+Blue) = 170+210+67=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD243 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD243 is #552DBC. Grayscale: #B6B6B6. Windows color (decimal): -5582269 or 4444842. OLE color: 4444842.
HSL color Cylindrical-coordinate representation of color #AAD243: hue angle of 76.78º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAD243 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 67 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.18 |
| HSL | 76.78º | 0.61% | 0.54% | - |
| HSV(B) | 76.78º | 0.68% | 0.82% | - |
| XYZ | 40.64 | 55.04 | 13.79 | - |
| YUV | 181.74 | 63.25 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 67 | 0.19 | 0 | 0.68 | 0.18 | 76.78 | 0.61 | 0.54 |
| Hex | AA | D2 | 43 | 13 | 0 | 44 | 12 | 4D | 3D | 36 |
| Octal | 252 | 322 | 103 | 23 | 0 | 104 | 22 | 115 | 75 | 66 |
| Binary | 10101010 | 11010010 | 1000011 | 10011 | 0 | 1000100 | 10010 | 1001101 | 111101 | 110110 |
Color Harmonies of #AAD243
Complementary color
Monochromatic Colors of #AAD243
Black with #AAD243
Text Example
Text Example
White with #AAD243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD243; }
p { color: rgb(170,210,67); }
H1.HeaderClassName
{
color: #AAD243;
}
.AnyTagClassName
{
color: #AAD243;
}
</style>
background-color css
<style>
a { background-color: #AAD243; }
a { background-color: rgb(170,210,67); }
div.DivClassName
{
background-color: #AAD243;
}
.BgClassName
{
background-color: #AAD243;
}
</style>
border-color css
<style>
span { border-color: #AAD243; }
span { border-color: rgb(170,210,67); }
td.TdClassName
{
border-color: #AAD243;
}
.TagClassName
{
border-color: #AAD243;
}
</style>