Shades of Atlantis #ACE030
Tints of Atlantis #ACE030
RGB
CMYK
RGB Variations
Color information
#ACE030 (or 0xACE030) is known color: Atlantis. HEX triplet: AC, E0 and 30. RGB value is (172,224,48). Sum of RGB (Red+Green+Blue) = 172+224+48=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE030 is #531FCF. Grayscale: #BDBDBD. Windows color (decimal): -5447632 or 3203244. OLE color: 3203244.
HSL color Cylindrical-coordinate representation of color #ACE030: hue angle of 77.73º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACE030 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 48 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.12 |
| HSL | 77.73º | 0.74% | 0.53% | - |
| HSV(B) | 77.73º | 0.79% | 0.88% | - |
| XYZ | 44.2 | 62.3 | 12.49 | - |
| YUV | 188.39 | 48.77 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 48 | 0.23 | 0 | 0.79 | 0.12 | 77.73 | 0.74 | 0.53 |
| Hex | AC | E0 | 30 | 17 | 0 | 4F | C | 4E | 4A | 35 |
| Octal | 254 | 340 | 60 | 27 | 0 | 117 | 14 | 116 | 112 | 65 |
| Binary | 10101100 | 11100000 | 110000 | 10111 | 0 | 1001111 | 1100 | 1001110 | 1001010 | 110101 |
Color Harmonies of #ACE030
Complementary color
Monochromatic Colors of #ACE030
Black with #ACE030
Text Example
Text Example
White with #ACE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE030; }
p { color: rgb(172,224,48); }
H1.HeaderClassName
{
color: #ACE030;
}
.AnyTagClassName
{
color: #ACE030;
}
</style>
background-color css
<style>
a { background-color: #ACE030; }
a { background-color: rgb(172,224,48); }
div.DivClassName
{
background-color: #ACE030;
}
.BgClassName
{
background-color: #ACE030;
}
</style>
border-color css
<style>
span { border-color: #ACE030; }
span { border-color: rgb(172,224,48); }
td.TdClassName
{
border-color: #ACE030;
}
.TagClassName
{
border-color: #ACE030;
}
</style>