Shades of Shamrock #2ACE81
Tints of Shamrock #2ACE81
RGB
CMYK
RGB Variations
Color information
#2ACE81 (or 0x2ACE81) is known color: Shamrock. HEX triplet: 2A, CE and 81. RGB value is (42,206,129). Sum of RGB (Red+Green+Blue) = 42+206+129=377 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.14% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACE81 is #D5317E. Grayscale: #949494. Windows color (decimal): -13971839 or 8506922. OLE color: 8506922.
HSL color Cylindrical-coordinate representation of color #2ACE81: hue angle of 151.83º 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 #2ACE81 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 129 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.19 |
| HSL | 151.83º | 0.66% | 0.49% | - |
| HSV(B) | 151.83º | 0.8% | 0.81% | - |
| XYZ | 26.99 | 46.22 | 28.27 | - |
| YUV | 148.19 | 117.17 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 129 | 0.80 | 0 | 0.37 | 0.19 | 151.83 | 0.66 | 0.49 |
| Hex | 2A | CE | 81 | 50 | 0 | 25 | 13 | 98 | 42 | 31 |
| Octal | 52 | 316 | 201 | 120 | 0 | 45 | 23 | 230 | 102 | 61 |
| Binary | 101010 | 11001110 | 10000001 | 1010000 | 0 | 100101 | 10011 | 10011000 | 1000010 | 110001 |
Color Harmonies of #2ACE81
Complementary color
Monochromatic Colors of #2ACE81
Black with #2ACE81
Text Example
Text Example
White with #2ACE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE81; }
p { color: rgb(42,206,129); }
H1.HeaderClassName
{
color: #2ACE81;
}
.AnyTagClassName
{
color: #2ACE81;
}
</style>
background-color css
<style>
a { background-color: #2ACE81; }
a { background-color: rgb(42,206,129); }
div.DivClassName
{
background-color: #2ACE81;
}
.BgClassName
{
background-color: #2ACE81;
}
</style>
border-color css
<style>
span { border-color: #2ACE81; }
span { border-color: rgb(42,206,129); }
td.TdClassName
{
border-color: #2ACE81;
}
.TagClassName
{
border-color: #2ACE81;
}
</style>