Shades of Atlantis #AAD534
Tints of Atlantis #AAD534
RGB
CMYK
RGB Variations
Color information
#AAD534 (or 0xAAD534) is known color: Atlantis. HEX triplet: AA, D5 and 34. RGB value is (170,213,52). Sum of RGB (Red+Green+Blue) = 170+213+52=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD534 is #552ACB. Grayscale: #B6B6B6. Windows color (decimal): -5581516 or 3462570. OLE color: 3462570.
HSL color Cylindrical-coordinate representation of color #AAD534: hue angle of 76.02º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAD534 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 52 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.16 |
| HSL | 76.02º | 0.66% | 0.52% | - |
| HSV(B) | 76.02º | 0.76% | 0.84% | - |
| XYZ | 40.99 | 56.38 | 11.97 | - |
| YUV | 181.79 | 54.75 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 52 | 0.20 | 0 | 0.76 | 0.16 | 76.02 | 0.66 | 0.52 |
| Hex | AA | D5 | 34 | 14 | 0 | 4C | 10 | 4C | 42 | 34 |
| Octal | 252 | 325 | 64 | 24 | 0 | 114 | 20 | 114 | 102 | 64 |
| Binary | 10101010 | 11010101 | 110100 | 10100 | 0 | 1001100 | 10000 | 1001100 | 1000010 | 110100 |
Color Harmonies of #AAD534
Complementary color
Monochromatic Colors of #AAD534
Black with #AAD534
Text Example
Text Example
White with #AAD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD534; }
p { color: rgb(170,213,52); }
H1.HeaderClassName
{
color: #AAD534;
}
.AnyTagClassName
{
color: #AAD534;
}
</style>
background-color css
<style>
a { background-color: #AAD534; }
a { background-color: rgb(170,213,52); }
div.DivClassName
{
background-color: #AAD534;
}
.BgClassName
{
background-color: #AAD534;
}
</style>
border-color css
<style>
span { border-color: #AAD534; }
span { border-color: rgb(170,213,52); }
td.TdClassName
{
border-color: #AAD534;
}
.TagClassName
{
border-color: #AAD534;
}
</style>