Shades of Atlantis #ACD040
Tints of Atlantis #ACD040
RGB
CMYK
RGB Variations
Color information
#ACD040 (or 0xACD040) is known color: Atlantis. HEX triplet: AC, D0 and 40. RGB value is (172,208,64). Sum of RGB (Red+Green+Blue) = 172+208+64=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD040 is #532FBF. Grayscale: #B5B5B5. Windows color (decimal): -5451712 or 4247724. OLE color: 4247724.
HSL color Cylindrical-coordinate representation of color #ACD040: hue angle of 75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACD040 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 64 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.18 |
| HSL | 75º | 0.61% | 0.53% | - |
| HSV(B) | 75º | 0.69% | 0.82% | - |
| XYZ | 40.49 | 54.25 | 13.19 | - |
| YUV | 180.82 | 62.07 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 64 | 0.17 | 0 | 0.69 | 0.18 | 75 | 0.61 | 0.53 |
| Hex | AC | D0 | 40 | 11 | 0 | 45 | 12 | 4B | 3D | 35 |
| Octal | 254 | 320 | 100 | 21 | 0 | 105 | 22 | 113 | 75 | 65 |
| Binary | 10101100 | 11010000 | 1000000 | 10001 | 0 | 1000101 | 10010 | 1001011 | 111101 | 110101 |
Color Harmonies of #ACD040
Complementary color
Monochromatic Colors of #ACD040
Black with #ACD040
Text Example
Text Example
White with #ACD040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD040; }
p { color: rgb(172,208,64); }
H1.HeaderClassName
{
color: #ACD040;
}
.AnyTagClassName
{
color: #ACD040;
}
</style>
background-color css
<style>
a { background-color: #ACD040; }
a { background-color: rgb(172,208,64); }
div.DivClassName
{
background-color: #ACD040;
}
.BgClassName
{
background-color: #ACD040;
}
</style>
border-color css
<style>
span { border-color: #ACD040; }
span { border-color: rgb(172,208,64); }
td.TdClassName
{
border-color: #ACD040;
}
.TagClassName
{
border-color: #ACD040;
}
</style>