Shades of Atlantis #ACE233
Tints of Atlantis #ACE233
RGB
CMYK
RGB Variations
Color information
#ACE233 (or 0xACE233) is known color: Atlantis. HEX triplet: AC, E2 and 33. RGB value is (172,226,51). Sum of RGB (Red+Green+Blue) = 172+226+51=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE233 is #531DCC. Grayscale: #BEBEBE. Windows color (decimal): -5447117 or 3400364. OLE color: 3400364.
HSL color Cylindrical-coordinate representation of color #ACE233: hue angle of 78.51º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACE233 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 51 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.11 |
| HSL | 78.51º | 0.75% | 0.54% | - |
| HSV(B) | 78.51º | 0.77% | 0.89% | - |
| XYZ | 44.81 | 63.4 | 13.01 | - |
| YUV | 189.9 | 49.61 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 51 | 0.24 | 0 | 0.77 | 0.11 | 78.51 | 0.75 | 0.54 |
| Hex | AC | E2 | 33 | 18 | 0 | 4D | B | 4F | 4B | 36 |
| Octal | 254 | 342 | 63 | 30 | 0 | 115 | 13 | 117 | 113 | 66 |
| Binary | 10101100 | 11100010 | 110011 | 11000 | 0 | 1001101 | 1011 | 1001111 | 1001011 | 110110 |
Color Harmonies of #ACE233
Complementary color
Monochromatic Colors of #ACE233
Black with #ACE233
Text Example
Text Example
White with #ACE233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE233; }
p { color: rgb(172,226,51); }
H1.HeaderClassName
{
color: #ACE233;
}
.AnyTagClassName
{
color: #ACE233;
}
</style>
background-color css
<style>
a { background-color: #ACE233; }
a { background-color: rgb(172,226,51); }
div.DivClassName
{
background-color: #ACE233;
}
.BgClassName
{
background-color: #ACE233;
}
</style>
border-color css
<style>
span { border-color: #ACE233; }
span { border-color: rgb(172,226,51); }
td.TdClassName
{
border-color: #ACE233;
}
.TagClassName
{
border-color: #ACE233;
}
</style>