Shades of Atlantis #ACE135
Tints of Atlantis #ACE135
RGB
CMYK
RGB Variations
Color information
#ACE135 (or 0xACE135) is known color: Atlantis. HEX triplet: AC, E1 and 35. RGB value is (172,225,53). Sum of RGB (Red+Green+Blue) = 172+225+53=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE135 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE135 is #531ECA. Grayscale: #BEBEBE. Windows color (decimal): -5447371 or 3531180. OLE color: 3531180.
HSL color Cylindrical-coordinate representation of color #ACE135: hue angle of 78.49º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACE135 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 53 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.12 |
| HSL | 78.49º | 0.74% | 0.55% | - |
| HSV(B) | 78.49º | 0.76% | 0.88% | - |
| XYZ | 44.58 | 62.88 | 13.16 | - |
| YUV | 189.55 | 50.94 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 53 | 0.24 | 0 | 0.76 | 0.12 | 78.49 | 0.74 | 0.55 |
| Hex | AC | E1 | 35 | 18 | 0 | 4C | C | 4E | 4A | 37 |
| Octal | 254 | 341 | 65 | 30 | 0 | 114 | 14 | 116 | 112 | 67 |
| Binary | 10101100 | 11100001 | 110101 | 11000 | 0 | 1001100 | 1100 | 1001110 | 1001010 | 110111 |
Color Harmonies of #ACE135
Complementary color
Monochromatic Colors of #ACE135
Black with #ACE135
Text Example
Text Example
White with #ACE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE135; }
p { color: rgb(172,225,53); }
H1.HeaderClassName
{
color: #ACE135;
}
.AnyTagClassName
{
color: #ACE135;
}
</style>
background-color css
<style>
a { background-color: #ACE135; }
a { background-color: rgb(172,225,53); }
div.DivClassName
{
background-color: #ACE135;
}
.BgClassName
{
background-color: #ACE135;
}
</style>
border-color css
<style>
span { border-color: #ACE135; }
span { border-color: rgb(172,225,53); }
td.TdClassName
{
border-color: #ACE135;
}
.TagClassName
{
border-color: #ACE135;
}
</style>