Shades of Atlantis #ACE238
Tints of Atlantis #ACE238
RGB
CMYK
RGB Variations
Color information
#ACE238 (or 0xACE238) is known color: Atlantis. HEX triplet: AC, E2 and 38. RGB value is (172,226,56). Sum of RGB (Red+Green+Blue) = 172+226+56=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 56 (22.27% from 255 or 12.33% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #ACE238 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE238 is #531DC7. Grayscale: #BFBFBF. Windows color (decimal): -5447112 or 3728044. OLE color: 3728044.
HSL color Cylindrical-coordinate representation of color #ACE238: hue angle of 79.06º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACE238 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 226 | 56 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.11 |
| HSL | 79.06º | 0.75% | 0.55% | - |
| HSV(B) | 79.06º | 0.75% | 0.89% | - |
| XYZ | 44.92 | 63.45 | 13.62 | - |
| YUV | 190.47 | 52.11 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 226 | 56 | 0.24 | 0 | 0.75 | 0.11 | 79.06 | 0.75 | 0.55 |
| Hex | AC | E2 | 38 | 18 | 0 | 4B | B | 4F | 4B | 37 |
| Octal | 254 | 342 | 70 | 30 | 0 | 113 | 13 | 117 | 113 | 67 |
| Binary | 10101100 | 11100010 | 111000 | 11000 | 0 | 1001011 | 1011 | 1001111 | 1001011 | 110111 |
Color Harmonies of #ACE238
Complementary color
Monochromatic Colors of #ACE238
Black with #ACE238
Text Example
Text Example
White with #ACE238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE238; }
p { color: rgb(172,226,56); }
H1.HeaderClassName
{
color: #ACE238;
}
.AnyTagClassName
{
color: #ACE238;
}
</style>
background-color css
<style>
a { background-color: #ACE238; }
a { background-color: rgb(172,226,56); }
div.DivClassName
{
background-color: #ACE238;
}
.BgClassName
{
background-color: #ACE238;
}
</style>
border-color css
<style>
span { border-color: #ACE238; }
span { border-color: rgb(172,226,56); }
td.TdClassName
{
border-color: #ACE238;
}
.TagClassName
{
border-color: #ACE238;
}
</style>