Shades of Atlantis #ACD044
Tints of Atlantis #ACD044
RGB
CMYK
RGB Variations
Color information
#ACD044 (or 0xACD044) is known color: Atlantis. HEX triplet: AC, D0 and 44. RGB value is (172,208,68). Sum of RGB (Red+Green+Blue) = 172+208+68=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD044 is #532FBB. Grayscale: #B5B5B5. Windows color (decimal): -5451708 or 4509868. OLE color: 4509868.
HSL color Cylindrical-coordinate representation of color #ACD044: hue angle of 75.43º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACD044 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 68 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.18 |
| HSL | 75.43º | 0.6% | 0.54% | - |
| HSV(B) | 75.43º | 0.67% | 0.82% | - |
| XYZ | 40.61 | 54.3 | 13.81 | - |
| YUV | 181.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 68 | 0.17 | 0 | 0.67 | 0.18 | 75.43 | 0.6 | 0.54 |
| Hex | AC | D0 | 44 | 11 | 0 | 43 | 12 | 4B | 3C | 36 |
| Octal | 254 | 320 | 104 | 21 | 0 | 103 | 22 | 113 | 74 | 66 |
| Binary | 10101100 | 11010000 | 1000100 | 10001 | 0 | 1000011 | 10010 | 1001011 | 111100 | 110110 |
Color Harmonies of #ACD044
Complementary color
Monochromatic Colors of #ACD044
Black with #ACD044
Text Example
Text Example
White with #ACD044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD044; }
p { color: rgb(172,208,68); }
H1.HeaderClassName
{
color: #ACD044;
}
.AnyTagClassName
{
color: #ACD044;
}
</style>
background-color css
<style>
a { background-color: #ACD044; }
a { background-color: rgb(172,208,68); }
div.DivClassName
{
background-color: #ACD044;
}
.BgClassName
{
background-color: #ACD044;
}
</style>
border-color css
<style>
span { border-color: #ACD044; }
span { border-color: rgb(172,208,68); }
td.TdClassName
{
border-color: #ACD044;
}
.TagClassName
{
border-color: #ACD044;
}
</style>