Shades of Atlantis #AAD533
Tints of Atlantis #AAD533
RGB
CMYK
RGB Variations
Color information
#AAD533 (or 0xAAD533) is known color: Atlantis. HEX triplet: AA, D5 and 33. RGB value is (170,213,51). Sum of RGB (Red+Green+Blue) = 170+213+51=434 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.17% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD533 is #552ACC. Grayscale: #B6B6B6. Windows color (decimal): -5581517 or 3397034. OLE color: 3397034.
HSL color Cylindrical-coordinate representation of color #AAD533: hue angle of 75.93º 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 #AAD533 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 213 | 51 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.16 |
| HSL | 75.93º | 0.66% | 0.52% | - |
| HSV(B) | 75.93º | 0.76% | 0.84% | - |
| XYZ | 40.97 | 56.37 | 11.85 | - |
| YUV | 181.68 | 54.25 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 213 | 51 | 0.20 | 0 | 0.76 | 0.16 | 75.93 | 0.66 | 0.52 |
| Hex | AA | D5 | 33 | 14 | 0 | 4C | 10 | 4C | 42 | 34 |
| Octal | 252 | 325 | 63 | 24 | 0 | 114 | 20 | 114 | 102 | 64 |
| Binary | 10101010 | 11010101 | 110011 | 10100 | 0 | 1001100 | 10000 | 1001100 | 1000010 | 110100 |
Color Harmonies of #AAD533
Complementary color
Monochromatic Colors of #AAD533
Black with #AAD533
Text Example
Text Example
White with #AAD533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD533; }
p { color: rgb(170,213,51); }
H1.HeaderClassName
{
color: #AAD533;
}
.AnyTagClassName
{
color: #AAD533;
}
</style>
background-color css
<style>
a { background-color: #AAD533; }
a { background-color: rgb(170,213,51); }
div.DivClassName
{
background-color: #AAD533;
}
.BgClassName
{
background-color: #AAD533;
}
</style>
border-color css
<style>
span { border-color: #AAD533; }
span { border-color: rgb(170,213,51); }
td.TdClassName
{
border-color: #AAD533;
}
.TagClassName
{
border-color: #AAD533;
}
</style>