Shades of Shamrock #2ACE88
Tints of Shamrock #2ACE88
RGB
CMYK
RGB Variations
Color information
#2ACE88 (or 0x2ACE88) is known color: Shamrock. HEX triplet: 2A, CE and 88. RGB value is (42,206,136). Sum of RGB (Red+Green+Blue) = 42+206+136=384 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.94% from 384); Green value is 206 (80.86% from 255 or 53.65% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACE88 is #D53177. Grayscale: #959595. Windows color (decimal): -13971832 or 8965674. OLE color: 8965674.
HSL color Cylindrical-coordinate representation of color #2ACE88: hue angle of 154.39º 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 #2ACE88 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 136 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.19 |
| HSL | 154.39º | 0.66% | 0.49% | - |
| HSV(B) | 154.39º | 0.8% | 0.81% | - |
| XYZ | 27.47 | 46.41 | 30.8 | - |
| YUV | 148.98 | 120.67 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 136 | 0.80 | 0 | 0.34 | 0.19 | 154.39 | 0.66 | 0.49 |
| Hex | 2A | CE | 88 | 50 | 0 | 22 | 13 | 9A | 42 | 31 |
| Octal | 52 | 316 | 210 | 120 | 0 | 42 | 23 | 232 | 102 | 61 |
| Binary | 101010 | 11001110 | 10001000 | 1010000 | 0 | 100010 | 10011 | 10011010 | 1000010 | 110001 |
Color Harmonies of #2ACE88
Complementary color
Monochromatic Colors of #2ACE88
Black with #2ACE88
Text Example
Text Example
White with #2ACE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE88; }
p { color: rgb(42,206,136); }
H1.HeaderClassName
{
color: #2ACE88;
}
.AnyTagClassName
{
color: #2ACE88;
}
</style>
background-color css
<style>
a { background-color: #2ACE88; }
a { background-color: rgb(42,206,136); }
div.DivClassName
{
background-color: #2ACE88;
}
.BgClassName
{
background-color: #2ACE88;
}
</style>
border-color css
<style>
span { border-color: #2ACE88; }
span { border-color: rgb(42,206,136); }
td.TdClassName
{
border-color: #2ACE88;
}
.TagClassName
{
border-color: #2ACE88;
}
</style>