Shades of Atlantis #AAD535
Tints of Atlantis #AAD535
RGB
CMYK
RGB Variations
Color information
#AAD535 (or 0xAAD535) is known color: Atlantis. HEX triplet: AA, D5 and 35. RGB value is (170,213,53). Sum of RGB (Red+Green+Blue) = 170+213+53=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD535 is #552ACA. Grayscale: #B6B6B6. Windows color (decimal): -5581515 or 3528106. OLE color: 3528106.
HSL color Cylindrical-coordinate representation of color #AAD535: hue angle of 76.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAD535 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 53 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.16 |
| HSL | 76.13º | 0.66% | 0.52% | - |
| HSV(B) | 76.13º | 0.75% | 0.84% | - |
| XYZ | 41.01 | 56.39 | 12.09 | - |
| YUV | 181.9 | 55.25 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 53 | 0.20 | 0 | 0.75 | 0.16 | 76.13 | 0.66 | 0.52 |
| Hex | AA | D5 | 35 | 14 | 0 | 4B | 10 | 4C | 42 | 34 |
| Octal | 252 | 325 | 65 | 24 | 0 | 113 | 20 | 114 | 102 | 64 |
| Binary | 10101010 | 11010101 | 110101 | 10100 | 0 | 1001011 | 10000 | 1001100 | 1000010 | 110100 |
Color Harmonies of #AAD535
Complementary color
Monochromatic Colors of #AAD535
Black with #AAD535
Text Example
Text Example
White with #AAD535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD535; }
p { color: rgb(170,213,53); }
H1.HeaderClassName
{
color: #AAD535;
}
.AnyTagClassName
{
color: #AAD535;
}
</style>
background-color css
<style>
a { background-color: #AAD535; }
a { background-color: rgb(170,213,53); }
div.DivClassName
{
background-color: #AAD535;
}
.BgClassName
{
background-color: #AAD535;
}
</style>
border-color css
<style>
span { border-color: #AAD535; }
span { border-color: rgb(170,213,53); }
td.TdClassName
{
border-color: #AAD535;
}
.TagClassName
{
border-color: #AAD535;
}
</style>