Shades of Atlantis #ACE535
Tints of Atlantis #ACE535
RGB
CMYK
RGB Variations
Color information
#ACE535 (or 0xACE535) is known color: Atlantis. HEX triplet: AC, E5 and 35. RGB value is (172,229,53). Sum of RGB (Red+Green+Blue) = 172+229+53=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 229 (89.84% from 255 or 50.44% from 454); Blue value is 53 (21.09% from 255 or 11.67% from 454); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE535 is #531ACA. Grayscale: #C0C0C0. Windows color (decimal): -5446347 or 3532204. OLE color: 3532204.
HSL color Cylindrical-coordinate representation of color #ACE535: hue angle of 79.43º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACE535 is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 53 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.10 |
| HSL | 79.43º | 0.77% | 0.55% | - |
| HSV(B) | 79.43º | 0.77% | 0.9% | - |
| XYZ | 45.68 | 65.07 | 13.52 | - |
| YUV | 191.89 | 49.62 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 53 | 0.25 | 0 | 0.77 | 0.10 | 79.43 | 0.77 | 0.55 |
| Hex | AC | E5 | 35 | 19 | 0 | 4D | A | 4F | 4D | 37 |
| Octal | 254 | 345 | 65 | 31 | 0 | 115 | 12 | 117 | 115 | 67 |
| Binary | 10101100 | 11100101 | 110101 | 11001 | 0 | 1001101 | 1010 | 1001111 | 1001101 | 110111 |
Color Harmonies of #ACE535
Complementary color
Monochromatic Colors of #ACE535
Black with #ACE535
Text Example
Text Example
White with #ACE535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE535; }
p { color: rgb(172,229,53); }
H1.HeaderClassName
{
color: #ACE535;
}
.AnyTagClassName
{
color: #ACE535;
}
</style>
background-color css
<style>
a { background-color: #ACE535; }
a { background-color: rgb(172,229,53); }
div.DivClassName
{
background-color: #ACE535;
}
.BgClassName
{
background-color: #ACE535;
}
</style>
border-color css
<style>
span { border-color: #ACE535; }
span { border-color: rgb(172,229,53); }
td.TdClassName
{
border-color: #ACE535;
}
.TagClassName
{
border-color: #ACE535;
}
</style>