Shades of Atlantis #ACDD37
Tints of Atlantis #ACDD37
RGB
CMYK
RGB Variations
Color information
#ACDD37 (or 0xACDD37) is known color: Atlantis. HEX triplet: AC, DD and 37. RGB value is (172,221,55). Sum of RGB (Red+Green+Blue) = 172+221+55=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 55 (21.88% from 255 or 12.28% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD37 is #5322C8. Grayscale: #BCBCBC. Windows color (decimal): -5448393 or 3661228. OLE color: 3661228.
HSL color Cylindrical-coordinate representation of color #ACDD37: hue angle of 77.71º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACDD37 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 221 | 55 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.13 |
| HSL | 77.71º | 0.71% | 0.54% | - |
| HSV(B) | 77.71º | 0.75% | 0.87% | - |
| XYZ | 43.56 | 60.76 | 13.05 | - |
| YUV | 187.43 | 53.27 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 221 | 55 | 0.22 | 0 | 0.75 | 0.13 | 77.71 | 0.71 | 0.54 |
| Hex | AC | DD | 37 | 16 | 0 | 4B | D | 4E | 47 | 36 |
| Octal | 254 | 335 | 67 | 26 | 0 | 113 | 15 | 116 | 107 | 66 |
| Binary | 10101100 | 11011101 | 110111 | 10110 | 0 | 1001011 | 1101 | 1001110 | 1000111 | 110110 |
Color Harmonies of #ACDD37
Complementary color
Monochromatic Colors of #ACDD37
Black with #ACDD37
Text Example
Text Example
White with #ACDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDD37; }
p { color: rgb(172,221,55); }
H1.HeaderClassName
{
color: #ACDD37;
}
.AnyTagClassName
{
color: #ACDD37;
}
</style>
background-color css
<style>
a { background-color: #ACDD37; }
a { background-color: rgb(172,221,55); }
div.DivClassName
{
background-color: #ACDD37;
}
.BgClassName
{
background-color: #ACDD37;
}
</style>
border-color css
<style>
span { border-color: #ACDD37; }
span { border-color: rgb(172,221,55); }
td.TdClassName
{
border-color: #ACDD37;
}
.TagClassName
{
border-color: #ACDD37;
}
</style>