Shades of Atlantis #ACE034
Tints of Atlantis #ACE034
RGB
CMYK
RGB Variations
Color information
#ACE034 (or 0xACE034) is known color: Atlantis. HEX triplet: AC, E0 and 34. RGB value is (172,224,52). Sum of RGB (Red+Green+Blue) = 172+224+52=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE034 is #531FCB. Grayscale: #BDBDBD. Windows color (decimal): -5447628 or 3465388. OLE color: 3465388.
HSL color Cylindrical-coordinate representation of color #ACE034: hue angle of 78.14º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACE034 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 52 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.12 |
| HSL | 78.14º | 0.74% | 0.54% | - |
| HSV(B) | 78.14º | 0.77% | 0.88% | - |
| XYZ | 44.29 | 62.33 | 12.95 | - |
| YUV | 188.84 | 50.77 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 52 | 0.23 | 0 | 0.77 | 0.12 | 78.14 | 0.74 | 0.54 |
| Hex | AC | E0 | 34 | 17 | 0 | 4D | C | 4E | 4A | 36 |
| Octal | 254 | 340 | 64 | 27 | 0 | 115 | 14 | 116 | 112 | 66 |
| Binary | 10101100 | 11100000 | 110100 | 10111 | 0 | 1001101 | 1100 | 1001110 | 1001010 | 110110 |
Color Harmonies of #ACE034
Complementary color
Monochromatic Colors of #ACE034
Black with #ACE034
Text Example
Text Example
White with #ACE034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE034; }
p { color: rgb(172,224,52); }
H1.HeaderClassName
{
color: #ACE034;
}
.AnyTagClassName
{
color: #ACE034;
}
</style>
background-color css
<style>
a { background-color: #ACE034; }
a { background-color: rgb(172,224,52); }
div.DivClassName
{
background-color: #ACE034;
}
.BgClassName
{
background-color: #ACE034;
}
</style>
border-color css
<style>
span { border-color: #ACE034; }
span { border-color: rgb(172,224,52); }
td.TdClassName
{
border-color: #ACE034;
}
.TagClassName
{
border-color: #ACE034;
}
</style>