Shades of Atlantis #ACE131
Tints of Atlantis #ACE131
RGB
CMYK
RGB Variations
Color information
#ACE131 (or 0xACE131) is known color: Atlantis. HEX triplet: AC, E1 and 31. RGB value is (172,225,49). Sum of RGB (Red+Green+Blue) = 172+225+49=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE131 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE131 is #531ECE. Grayscale: #BDBDBD. Windows color (decimal): -5447375 or 3269036. OLE color: 3269036.
HSL color Cylindrical-coordinate representation of color #ACE131: hue angle of 78.07º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACE131 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 49 | - |
| CMYK | 0.24 | 0 | 0.78 | 0.12 |
| HSL | 78.07º | 0.75% | 0.54% | - |
| HSV(B) | 78.07º | 0.78% | 0.88% | - |
| XYZ | 44.49 | 62.84 | 12.69 | - |
| YUV | 189.09 | 48.94 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 49 | 0.24 | 0 | 0.78 | 0.12 | 78.07 | 0.75 | 0.54 |
| Hex | AC | E1 | 31 | 18 | 0 | 4E | C | 4E | 4B | 36 |
| Octal | 254 | 341 | 61 | 30 | 0 | 116 | 14 | 116 | 113 | 66 |
| Binary | 10101100 | 11100001 | 110001 | 11000 | 0 | 1001110 | 1100 | 1001110 | 1001011 | 110110 |
Color Harmonies of #ACE131
Complementary color
Monochromatic Colors of #ACE131
Black with #ACE131
Text Example
Text Example
White with #ACE131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE131; }
p { color: rgb(172,225,49); }
H1.HeaderClassName
{
color: #ACE131;
}
.AnyTagClassName
{
color: #ACE131;
}
</style>
background-color css
<style>
a { background-color: #ACE131; }
a { background-color: rgb(172,225,49); }
div.DivClassName
{
background-color: #ACE131;
}
.BgClassName
{
background-color: #ACE131;
}
</style>
border-color css
<style>
span { border-color: #ACE131; }
span { border-color: rgb(172,225,49); }
td.TdClassName
{
border-color: #ACE131;
}
.TagClassName
{
border-color: #ACE131;
}
</style>