Shades of Atlantis #ACE12E
Tints of Atlantis #ACE12E
RGB
CMYK
RGB Variations
Color information
#ACE12E (or 0xACE12E) is known color: Atlantis. HEX triplet: AC, E1 and 2E. RGB value is (172,225,46). Sum of RGB (Red+Green+Blue) = 172+225+46=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 225 (88.28% from 255 or 50.79% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE12E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE12E is #531ED1. Grayscale: #BDBDBD. Windows color (decimal): -5447378 or 3072428. OLE color: 3072428.
HSL color Cylindrical-coordinate representation of color #ACE12E: hue angle of 77.77º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACE12E is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 46 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.12 |
| HSL | 77.77º | 0.75% | 0.53% | - |
| HSV(B) | 77.77º | 0.8% | 0.88% | - |
| XYZ | 44.43 | 62.82 | 12.37 | - |
| YUV | 188.75 | 47.44 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 46 | 0.24 | 0 | 0.80 | 0.12 | 77.77 | 0.75 | 0.53 |
| Hex | AC | E1 | 2E | 18 | 0 | 50 | C | 4E | 4B | 35 |
| Octal | 254 | 341 | 56 | 30 | 0 | 120 | 14 | 116 | 113 | 65 |
| Binary | 10101100 | 11100001 | 101110 | 11000 | 0 | 1010000 | 1100 | 1001110 | 1001011 | 110101 |
Color Harmonies of #ACE12E
Complementary color
Monochromatic Colors of #ACE12E
Black with #ACE12E
Text Example
Text Example
White with #ACE12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE12E; }
p { color: rgb(172,225,46); }
H1.HeaderClassName
{
color: #ACE12E;
}
.AnyTagClassName
{
color: #ACE12E;
}
</style>
background-color css
<style>
a { background-color: #ACE12E; }
a { background-color: rgb(172,225,46); }
div.DivClassName
{
background-color: #ACE12E;
}
.BgClassName
{
background-color: #ACE12E;
}
</style>
border-color css
<style>
span { border-color: #ACE12E; }
span { border-color: rgb(172,225,46); }
td.TdClassName
{
border-color: #ACE12E;
}
.TagClassName
{
border-color: #ACE12E;
}
</style>