Shades of Atlantis #ACE03B
Tints of Atlantis #ACE03B
RGB
CMYK
RGB Variations
Color information
#ACE03B (or 0xACE03B) is known color: Atlantis. HEX triplet: AC, E0 and 3B. RGB value is (172,224,59). Sum of RGB (Red+Green+Blue) = 172+224+59=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 59 (23.44% from 255 or 12.97% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE03B is #531FC4. Grayscale: #BEBEBE. Windows color (decimal): -5447621 or 3924140. OLE color: 3924140.
HSL color Cylindrical-coordinate representation of color #ACE03B: hue angle of 78.91º degrees, saturation: 0.73, 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 #ACE03B is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 59 | - |
| CMYK | 0.23 | 0 | 0.74 | 0.12 |
| HSL | 78.91º | 0.73% | 0.55% | - |
| HSV(B) | 78.91º | 0.74% | 0.88% | - |
| XYZ | 44.46 | 62.4 | 13.84 | - |
| YUV | 189.64 | 54.27 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 59 | 0.23 | 0 | 0.74 | 0.12 | 78.91 | 0.73 | 0.55 |
| Hex | AC | E0 | 3B | 17 | 0 | 4A | C | 4F | 49 | 37 |
| Octal | 254 | 340 | 73 | 27 | 0 | 112 | 14 | 117 | 111 | 67 |
| Binary | 10101100 | 11100000 | 111011 | 10111 | 0 | 1001010 | 1100 | 1001111 | 1001001 | 110111 |
Color Harmonies of #ACE03B
Complementary color
Monochromatic Colors of #ACE03B
Black with #ACE03B
Text Example
Text Example
White with #ACE03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE03B; }
p { color: rgb(172,224,59); }
H1.HeaderClassName
{
color: #ACE03B;
}
.AnyTagClassName
{
color: #ACE03B;
}
</style>
background-color css
<style>
a { background-color: #ACE03B; }
a { background-color: rgb(172,224,59); }
div.DivClassName
{
background-color: #ACE03B;
}
.BgClassName
{
background-color: #ACE03B;
}
</style>
border-color css
<style>
span { border-color: #ACE03B; }
span { border-color: rgb(172,224,59); }
td.TdClassName
{
border-color: #ACE03B;
}
.TagClassName
{
border-color: #ACE03B;
}
</style>