Shades of Shamrock #2ACE7E
Tints of Shamrock #2ACE7E
RGB
CMYK
RGB Variations
Color information
#2ACE7E (or 0x2ACE7E) is known color: Shamrock. HEX triplet: 2A, CE and 7E. RGB value is (42,206,126). Sum of RGB (Red+Green+Blue) = 42+206+126=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACE7E is #D53181. Grayscale: #949494. Windows color (decimal): -13971842 or 8310314. OLE color: 8310314.
HSL color Cylindrical-coordinate representation of color #2ACE7E: hue angle of 150.73º 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 #2ACE7E is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 126 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.19 |
| HSL | 150.73º | 0.66% | 0.49% | - |
| HSV(B) | 150.73º | 0.8% | 0.81% | - |
| XYZ | 26.79 | 46.14 | 27.23 | - |
| YUV | 147.84 | 115.67 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 126 | 0.80 | 0 | 0.39 | 0.19 | 150.73 | 0.66 | 0.49 |
| Hex | 2A | CE | 7E | 50 | 0 | 27 | 13 | 97 | 42 | 31 |
| Octal | 52 | 316 | 176 | 120 | 0 | 47 | 23 | 227 | 102 | 61 |
| Binary | 101010 | 11001110 | 1111110 | 1010000 | 0 | 100111 | 10011 | 10010111 | 1000010 | 110001 |
Color Harmonies of #2ACE7E
Complementary color
Monochromatic Colors of #2ACE7E
Black with #2ACE7E
Text Example
Text Example
White with #2ACE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE7E; }
p { color: rgb(42,206,126); }
H1.HeaderClassName
{
color: #2ACE7E;
}
.AnyTagClassName
{
color: #2ACE7E;
}
</style>
background-color css
<style>
a { background-color: #2ACE7E; }
a { background-color: rgb(42,206,126); }
div.DivClassName
{
background-color: #2ACE7E;
}
.BgClassName
{
background-color: #2ACE7E;
}
</style>
border-color css
<style>
span { border-color: #2ACE7E; }
span { border-color: rgb(42,206,126); }
td.TdClassName
{
border-color: #2ACE7E;
}
.TagClassName
{
border-color: #2ACE7E;
}
</style>