Shades of Atlantis #ACE339
Tints of Atlantis #ACE339
RGB
CMYK
RGB Variations
Color information
#ACE339 (or 0xACE339) is known color: Atlantis. HEX triplet: AC, E3 and 39. RGB value is (172,227,57). Sum of RGB (Red+Green+Blue) = 172+227+57=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 57 (22.66% from 255 or 12.5% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE339 is #531CC6. Grayscale: #BFBFBF. Windows color (decimal): -5446855 or 3793836. OLE color: 3793836.
HSL color Cylindrical-coordinate representation of color #ACE339: hue angle of 79.41º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACE339 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 57 | - |
| CMYK | 0.24 | 0 | 0.75 | 0.11 |
| HSL | 79.41º | 0.75% | 0.56% | - |
| HSV(B) | 79.41º | 0.75% | 0.89% | - |
| XYZ | 45.22 | 64 | 13.84 | - |
| YUV | 191.18 | 52.28 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 57 | 0.24 | 0 | 0.75 | 0.11 | 79.41 | 0.75 | 0.56 |
| Hex | AC | E3 | 39 | 18 | 0 | 4B | B | 4F | 4B | 38 |
| Octal | 254 | 343 | 71 | 30 | 0 | 113 | 13 | 117 | 113 | 70 |
| Binary | 10101100 | 11100011 | 111001 | 11000 | 0 | 1001011 | 1011 | 1001111 | 1001011 | 111000 |
Color Harmonies of #ACE339
Complementary color
Monochromatic Colors of #ACE339
Black with #ACE339
Text Example
Text Example
White with #ACE339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE339; }
p { color: rgb(172,227,57); }
H1.HeaderClassName
{
color: #ACE339;
}
.AnyTagClassName
{
color: #ACE339;
}
</style>
background-color css
<style>
a { background-color: #ACE339; }
a { background-color: rgb(172,227,57); }
div.DivClassName
{
background-color: #ACE339;
}
.BgClassName
{
background-color: #ACE339;
}
</style>
border-color css
<style>
span { border-color: #ACE339; }
span { border-color: rgb(172,227,57); }
td.TdClassName
{
border-color: #ACE339;
}
.TagClassName
{
border-color: #ACE339;
}
</style>