Shades of Atlantis #ACE137
Tints of Atlantis #ACE137
RGB
CMYK
RGB Variations
Color information
#ACE137 (or 0xACE137) is known color: Atlantis. HEX triplet: AC, E1 and 37. RGB value is (172,225,55). Sum of RGB (Red+Green+Blue) = 172+225+55=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE137 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE137 is #531EC8. Grayscale: #BEBEBE. Windows color (decimal): -5447369 or 3662252. OLE color: 3662252.
HSL color Cylindrical-coordinate representation of color #ACE137: hue angle of 78.71º 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 #ACE137 is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 55 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.12 |
| HSL | 78.71º | 0.74% | 0.55% | - |
| HSV(B) | 78.71º | 0.76% | 0.88% | - |
| XYZ | 44.63 | 62.9 | 13.4 | - |
| YUV | 189.77 | 51.94 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 55 | 0.24 | 0 | 0.76 | 0.12 | 78.71 | 0.74 | 0.55 |
| Hex | AC | E1 | 37 | 18 | 0 | 4C | C | 4F | 4A | 37 |
| Octal | 254 | 341 | 67 | 30 | 0 | 114 | 14 | 117 | 112 | 67 |
| Binary | 10101100 | 11100001 | 110111 | 11000 | 0 | 1001100 | 1100 | 1001111 | 1001010 | 110111 |
Color Harmonies of #ACE137
Complementary color
Monochromatic Colors of #ACE137
Black with #ACE137
Text Example
Text Example
White with #ACE137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE137; }
p { color: rgb(172,225,55); }
H1.HeaderClassName
{
color: #ACE137;
}
.AnyTagClassName
{
color: #ACE137;
}
</style>
background-color css
<style>
a { background-color: #ACE137; }
a { background-color: rgb(172,225,55); }
div.DivClassName
{
background-color: #ACE137;
}
.BgClassName
{
background-color: #ACE137;
}
</style>
border-color css
<style>
span { border-color: #ACE137; }
span { border-color: rgb(172,225,55); }
td.TdClassName
{
border-color: #ACE137;
}
.TagClassName
{
border-color: #ACE137;
}
</style>