Shades of Atlantis #ACD837
Tints of Atlantis #ACD837
RGB
CMYK
RGB Variations
Color information
#ACD837 (or 0xACD837) is known color: Atlantis. HEX triplet: AC, D8 and 37. RGB value is (172,216,55). Sum of RGB (Red+Green+Blue) = 172+216+55=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 55 (21.88% from 255 or 12.42% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD837 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD837 is #5327C8. Grayscale: #B9B9B9. Windows color (decimal): -5449673 or 3659948. OLE color: 3659948.
HSL color Cylindrical-coordinate representation of color #ACD837: hue angle of 76.4º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACD837 is Cyan = 0.20, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 55 | - |
| CMYK | 0.20 | 0 | 0.75 | 0.15 |
| HSL | 76.4º | 0.67% | 0.53% | - |
| HSV(B) | 76.4º | 0.75% | 0.85% | - |
| XYZ | 42.26 | 58.16 | 12.61 | - |
| YUV | 184.49 | 54.92 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 55 | 0.20 | 0 | 0.75 | 0.15 | 76.4 | 0.67 | 0.53 |
| Hex | AC | D8 | 37 | 14 | 0 | 4B | F | 4C | 43 | 35 |
| Octal | 254 | 330 | 67 | 24 | 0 | 113 | 17 | 114 | 103 | 65 |
| Binary | 10101100 | 11011000 | 110111 | 10100 | 0 | 1001011 | 1111 | 1001100 | 1000011 | 110101 |
Color Harmonies of #ACD837
Complementary color
Monochromatic Colors of #ACD837
Black with #ACD837
Text Example
Text Example
White with #ACD837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD837; }
p { color: rgb(172,216,55); }
H1.HeaderClassName
{
color: #ACD837;
}
.AnyTagClassName
{
color: #ACD837;
}
</style>
background-color css
<style>
a { background-color: #ACD837; }
a { background-color: rgb(172,216,55); }
div.DivClassName
{
background-color: #ACD837;
}
.BgClassName
{
background-color: #ACD837;
}
</style>
border-color css
<style>
span { border-color: #ACD837; }
span { border-color: rgb(172,216,55); }
td.TdClassName
{
border-color: #ACD837;
}
.TagClassName
{
border-color: #ACD837;
}
</style>