Shades of Atlantis #ACE031
Tints of Atlantis #ACE031
RGB
CMYK
RGB Variations
Color information
#ACE031 (or 0xACE031) is known color: Atlantis. HEX triplet: AC, E0 and 31. RGB value is (172,224,49). Sum of RGB (Red+Green+Blue) = 172+224+49=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE031 is #531FCE. Grayscale: #BDBDBD. Windows color (decimal): -5447631 or 3268780. OLE color: 3268780.
HSL color Cylindrical-coordinate representation of color #ACE031: hue angle of 77.83º degrees, saturation: 0.74, 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 #ACE031 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 49 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.12 |
| HSL | 77.83º | 0.74% | 0.54% | - |
| HSV(B) | 77.83º | 0.78% | 0.88% | - |
| XYZ | 44.22 | 62.3 | 12.6 | - |
| YUV | 188.5 | 49.27 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 49 | 0.23 | 0 | 0.78 | 0.12 | 77.83 | 0.74 | 0.54 |
| Hex | AC | E0 | 31 | 17 | 0 | 4E | C | 4E | 4A | 36 |
| Octal | 254 | 340 | 61 | 27 | 0 | 116 | 14 | 116 | 112 | 66 |
| Binary | 10101100 | 11100000 | 110001 | 10111 | 0 | 1001110 | 1100 | 1001110 | 1001010 | 110110 |
Color Harmonies of #ACE031
Complementary color
Monochromatic Colors of #ACE031
Black with #ACE031
Text Example
Text Example
White with #ACE031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE031; }
p { color: rgb(172,224,49); }
H1.HeaderClassName
{
color: #ACE031;
}
.AnyTagClassName
{
color: #ACE031;
}
</style>
background-color css
<style>
a { background-color: #ACE031; }
a { background-color: rgb(172,224,49); }
div.DivClassName
{
background-color: #ACE031;
}
.BgClassName
{
background-color: #ACE031;
}
</style>
border-color css
<style>
span { border-color: #ACE031; }
span { border-color: rgb(172,224,49); }
td.TdClassName
{
border-color: #ACE031;
}
.TagClassName
{
border-color: #ACE031;
}
</style>