Shades of Shamrock #2ACE8D
Tints of Shamrock #2ACE8D
RGB
CMYK
RGB Variations
Color information
#2ACE8D (or 0x2ACE8D) is known color: Shamrock. HEX triplet: 2A, CE and 8D. RGB value is (42,206,141). Sum of RGB (Red+Green+Blue) = 42+206+141=389 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.80% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACE8D is #D53172. Grayscale: #959595. Windows color (decimal): -13971827 or 9293354. OLE color: 9293354.
HSL color Cylindrical-coordinate representation of color #2ACE8D: hue angle of 156.22º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACE8D is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 141 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.19 |
| HSL | 156.22º | 0.66% | 0.49% | - |
| HSV(B) | 156.22º | 0.8% | 0.81% | - |
| XYZ | 27.83 | 46.56 | 32.72 | - |
| YUV | 149.55 | 123.17 | 51.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 141 | 0.80 | 0 | 0.32 | 0.19 | 156.22 | 0.66 | 0.49 |
| Hex | 2A | CE | 8D | 50 | 0 | 20 | 13 | 9C | 42 | 31 |
| Octal | 52 | 316 | 215 | 120 | 0 | 40 | 23 | 234 | 102 | 61 |
| Binary | 101010 | 11001110 | 10001101 | 1010000 | 0 | 100000 | 10011 | 10011100 | 1000010 | 110001 |
Color Harmonies of #2ACE8D
Complementary color
Monochromatic Colors of #2ACE8D
Black with #2ACE8D
Text Example
Text Example
White with #2ACE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE8D; }
p { color: rgb(42,206,141); }
H1.HeaderClassName
{
color: #2ACE8D;
}
.AnyTagClassName
{
color: #2ACE8D;
}
</style>
background-color css
<style>
a { background-color: #2ACE8D; }
a { background-color: rgb(42,206,141); }
div.DivClassName
{
background-color: #2ACE8D;
}
.BgClassName
{
background-color: #2ACE8D;
}
</style>
border-color css
<style>
span { border-color: #2ACE8D; }
span { border-color: rgb(42,206,141); }
td.TdClassName
{
border-color: #2ACE8D;
}
.TagClassName
{
border-color: #2ACE8D;
}
</style>