Shades of Atlantis #ACDD32
Tints of Atlantis #ACDD32
RGB
CMYK
RGB Variations
Color information
#ACDD32 (or 0xACDD32) is known color: Atlantis. HEX triplet: AC, DD and 32. RGB value is (172,221,50). Sum of RGB (Red+Green+Blue) = 172+221+50=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD32 is #5322CD. Grayscale: #BBBBBB. Windows color (decimal): -5448398 or 3333548. OLE color: 3333548.
HSL color Cylindrical-coordinate representation of color #ACDD32: hue angle of 77.19º 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 #ACDD32 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 50 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.13 |
| HSL | 77.19º | 0.72% | 0.53% | - |
| HSV(B) | 77.19º | 0.77% | 0.87% | - |
| XYZ | 43.45 | 60.71 | 12.45 | - |
| YUV | 186.86 | 50.77 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 50 | 0.22 | 0 | 0.77 | 0.13 | 77.19 | 0.72 | 0.53 |
| Hex | AC | DD | 32 | 16 | 0 | 4D | D | 4D | 48 | 35 |
| Octal | 254 | 335 | 62 | 26 | 0 | 115 | 15 | 115 | 110 | 65 |
| Binary | 10101100 | 11011101 | 110010 | 10110 | 0 | 1001101 | 1101 | 1001101 | 1001000 | 110101 |
Color Harmonies of #ACDD32
Complementary color
Monochromatic Colors of #ACDD32
Black with #ACDD32
Text Example
Text Example
White with #ACDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD32; }
p { color: rgb(172,221,50); }
H1.HeaderClassName
{
color: #ACDD32;
}
.AnyTagClassName
{
color: #ACDD32;
}
</style>
background-color css
<style>
a { background-color: #ACDD32; }
a { background-color: rgb(172,221,50); }
div.DivClassName
{
background-color: #ACDD32;
}
.BgClassName
{
background-color: #ACDD32;
}
</style>
border-color css
<style>
span { border-color: #ACDD32; }
span { border-color: rgb(172,221,50); }
td.TdClassName
{
border-color: #ACDD32;
}
.TagClassName
{
border-color: #ACDD32;
}
</style>