Shades of Atlantis #ACE13A
Tints of Atlantis #ACE13A
RGB
CMYK
RGB Variations
Color information
#ACE13A (or 0xACE13A) is known color: Atlantis. HEX triplet: AC, E1 and 3A. RGB value is (172,225,58). Sum of RGB (Red+Green+Blue) = 172+225+58=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE13A is #531EC5. Grayscale: #BEBEBE. Windows color (decimal): -5447366 or 3858860. OLE color: 3858860.
HSL color Cylindrical-coordinate representation of color #ACE13A: hue angle of 79.04º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACE13A is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 58 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.12 |
| HSL | 79.04º | 0.74% | 0.55% | - |
| HSV(B) | 79.04º | 0.74% | 0.88% | - |
| XYZ | 44.7 | 62.93 | 13.79 | - |
| YUV | 190.12 | 53.44 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 58 | 0.24 | 0 | 0.74 | 0.12 | 79.04 | 0.74 | 0.55 |
| Hex | AC | E1 | 3A | 18 | 0 | 4A | C | 4F | 4A | 37 |
| Octal | 254 | 341 | 72 | 30 | 0 | 112 | 14 | 117 | 112 | 67 |
| Binary | 10101100 | 11100001 | 111010 | 11000 | 0 | 1001010 | 1100 | 1001111 | 1001010 | 110111 |
Color Harmonies of #ACE13A
Complementary color
Monochromatic Colors of #ACE13A
Black with #ACE13A
Text Example
Text Example
White with #ACE13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE13A; }
p { color: rgb(172,225,58); }
H1.HeaderClassName
{
color: #ACE13A;
}
.AnyTagClassName
{
color: #ACE13A;
}
</style>
background-color css
<style>
a { background-color: #ACE13A; }
a { background-color: rgb(172,225,58); }
div.DivClassName
{
background-color: #ACE13A;
}
.BgClassName
{
background-color: #ACE13A;
}
</style>
border-color css
<style>
span { border-color: #ACE13A; }
span { border-color: rgb(172,225,58); }
td.TdClassName
{
border-color: #ACE13A;
}
.TagClassName
{
border-color: #ACE13A;
}
</style>