Shades of Atlantis #AAD732
Tints of Atlantis #AAD732
RGB
CMYK
RGB Variations
Color information
#AAD732 (or 0xAAD732) is known color: Atlantis. HEX triplet: AA, D7 and 32. RGB value is (170,215,50). Sum of RGB (Red+Green+Blue) = 170+215+50=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD732 is #5528CD. Grayscale: #B7B7B7. Windows color (decimal): -5581006 or 3332010. OLE color: 3332010.
HSL color Cylindrical-coordinate representation of color #AAD732: hue angle of 76.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAD732 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 215 | 50 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.16 |
| HSL | 76.36º | 0.67% | 0.52% | - |
| HSV(B) | 76.36º | 0.77% | 0.84% | - |
| XYZ | 41.45 | 57.38 | 11.91 | - |
| YUV | 182.74 | 53.09 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 50 | 0.21 | 0 | 0.77 | 0.16 | 76.36 | 0.67 | 0.52 |
| Hex | AA | D7 | 32 | 15 | 0 | 4D | 10 | 4C | 43 | 34 |
| Octal | 252 | 327 | 62 | 25 | 0 | 115 | 20 | 114 | 103 | 64 |
| Binary | 10101010 | 11010111 | 110010 | 10101 | 0 | 1001101 | 10000 | 1001100 | 1000011 | 110100 |
Color Harmonies of #AAD732
Complementary color
Monochromatic Colors of #AAD732
Black with #AAD732
Text Example
Text Example
White with #AAD732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD732; }
p { color: rgb(170,215,50); }
H1.HeaderClassName
{
color: #AAD732;
}
.AnyTagClassName
{
color: #AAD732;
}
</style>
background-color css
<style>
a { background-color: #AAD732; }
a { background-color: rgb(170,215,50); }
div.DivClassName
{
background-color: #AAD732;
}
.BgClassName
{
background-color: #AAD732;
}
</style>
border-color css
<style>
span { border-color: #AAD732; }
span { border-color: rgb(170,215,50); }
td.TdClassName
{
border-color: #AAD732;
}
.TagClassName
{
border-color: #AAD732;
}
</style>