Shades of Atlantis #AADD32
Tints of Atlantis #AADD32
RGB
CMYK
RGB Variations
Color information
#AADD32 (or 0xAADD32) is known color: Atlantis. HEX triplet: AA, DD and 32. RGB value is (170,221,50). Sum of RGB (Red+Green+Blue) = 170+221+50=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AADD32 is #5522CD. Grayscale: #BABABA. Windows color (decimal): -5579470 or 3333546. OLE color: 3333546.
HSL color Cylindrical-coordinate representation of color #AADD32: hue angle of 77.89º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AADD32 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 50 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.13 |
| HSL | 77.89º | 0.72% | 0.53% | - |
| HSV(B) | 77.89º | 0.77% | 0.87% | - |
| XYZ | 43.01 | 60.49 | 12.43 | - |
| YUV | 186.26 | 51.1 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 50 | 0.23 | 0 | 0.77 | 0.13 | 77.89 | 0.72 | 0.53 |
| Hex | AA | DD | 32 | 17 | 0 | 4D | D | 4E | 48 | 35 |
| Octal | 252 | 335 | 62 | 27 | 0 | 115 | 15 | 116 | 110 | 65 |
| Binary | 10101010 | 11011101 | 110010 | 10111 | 0 | 1001101 | 1101 | 1001110 | 1001000 | 110101 |
Color Harmonies of #AADD32
Complementary color
Monochromatic Colors of #AADD32
Black with #AADD32
Text Example
Text Example
White with #AADD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADD32; }
p { color: rgb(170,221,50); }
H1.HeaderClassName
{
color: #AADD32;
}
.AnyTagClassName
{
color: #AADD32;
}
</style>
background-color css
<style>
a { background-color: #AADD32; }
a { background-color: rgb(170,221,50); }
div.DivClassName
{
background-color: #AADD32;
}
.BgClassName
{
background-color: #AADD32;
}
</style>
border-color css
<style>
span { border-color: #AADD32; }
span { border-color: rgb(170,221,50); }
td.TdClassName
{
border-color: #AADD32;
}
.TagClassName
{
border-color: #AADD32;
}
</style>