Shades of Atlantis #AAD735
Tints of Atlantis #AAD735
RGB
CMYK
RGB Variations
Color information
#AAD735 (or 0xAAD735) is known color: Atlantis. HEX triplet: AA, D7 and 35. RGB value is (170,215,53). Sum of RGB (Red+Green+Blue) = 170+215+53=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD735 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD735 is #5528CA. Grayscale: #B7B7B7. Windows color (decimal): -5581003 or 3528618. OLE color: 3528618.
HSL color Cylindrical-coordinate representation of color #AAD735: hue angle of 76.67º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAD735 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 53 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.16 |
| HSL | 76.67º | 0.67% | 0.53% | - |
| HSV(B) | 76.67º | 0.75% | 0.84% | - |
| XYZ | 41.52 | 57.4 | 12.26 | - |
| YUV | 183.08 | 54.59 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 53 | 0.21 | 0 | 0.75 | 0.16 | 76.67 | 0.67 | 0.53 |
| Hex | AA | D7 | 35 | 15 | 0 | 4B | 10 | 4D | 43 | 35 |
| Octal | 252 | 327 | 65 | 25 | 0 | 113 | 20 | 115 | 103 | 65 |
| Binary | 10101010 | 11010111 | 110101 | 10101 | 0 | 1001011 | 10000 | 1001101 | 1000011 | 110101 |
Color Harmonies of #AAD735
Complementary color
Monochromatic Colors of #AAD735
Black with #AAD735
Text Example
Text Example
White with #AAD735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD735; }
p { color: rgb(170,215,53); }
H1.HeaderClassName
{
color: #AAD735;
}
.AnyTagClassName
{
color: #AAD735;
}
</style>
background-color css
<style>
a { background-color: #AAD735; }
a { background-color: rgb(170,215,53); }
div.DivClassName
{
background-color: #AAD735;
}
.BgClassName
{
background-color: #AAD735;
}
</style>
border-color css
<style>
span { border-color: #AAD735; }
span { border-color: rgb(170,215,53); }
td.TdClassName
{
border-color: #AAD735;
}
.TagClassName
{
border-color: #AAD735;
}
</style>