Shades of Atlantis #ACE13B
Tints of Atlantis #ACE13B
RGB
CMYK
RGB Variations
Color information
#ACE13B (or 0xACE13B) is known color: Atlantis. HEX triplet: AC, E1 and 3B. RGB value is (172,225,59). Sum of RGB (Red+Green+Blue) = 172+225+59=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 225 (88.28% from 255 or 49.34% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE13B is #531EC4. Grayscale: #BEBEBE. Windows color (decimal): -5447365 or 3924396. OLE color: 3924396.
HSL color Cylindrical-coordinate representation of color #ACE13B: hue angle of 79.16º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACE13B is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 59 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.12 |
| HSL | 79.16º | 0.73% | 0.56% | - |
| HSV(B) | 79.16º | 0.74% | 0.88% | - |
| XYZ | 44.73 | 62.94 | 13.93 | - |
| YUV | 190.23 | 53.94 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 59 | 0.24 | 0 | 0.74 | 0.12 | 79.16 | 0.73 | 0.56 |
| Hex | AC | E1 | 3B | 18 | 0 | 4A | C | 4F | 49 | 38 |
| Octal | 254 | 341 | 73 | 30 | 0 | 112 | 14 | 117 | 111 | 70 |
| Binary | 10101100 | 11100001 | 111011 | 11000 | 0 | 1001010 | 1100 | 1001111 | 1001001 | 111000 |
Color Harmonies of #ACE13B
Complementary color
Monochromatic Colors of #ACE13B
Black with #ACE13B
Text Example
Text Example
White with #ACE13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE13B; }
p { color: rgb(172,225,59); }
H1.HeaderClassName
{
color: #ACE13B;
}
.AnyTagClassName
{
color: #ACE13B;
}
</style>
background-color css
<style>
a { background-color: #ACE13B; }
a { background-color: rgb(172,225,59); }
div.DivClassName
{
background-color: #ACE13B;
}
.BgClassName
{
background-color: #ACE13B;
}
</style>
border-color css
<style>
span { border-color: #ACE13B; }
span { border-color: rgb(172,225,59); }
td.TdClassName
{
border-color: #ACE13B;
}
.TagClassName
{
border-color: #ACE13B;
}
</style>