Shades of Shamrock #2ACE94
Tints of Shamrock #2ACE94
RGB
CMYK
RGB Variations
Color information
#2ACE94 (or 0x2ACE94) is known color: Shamrock. HEX triplet: 2A, CE and 94. RGB value is (42,206,148). Sum of RGB (Red+Green+Blue) = 42+206+148=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACE94 is #D5316B. Grayscale: #969696. Windows color (decimal): -13971820 or 9752106. OLE color: 9752106.
HSL color Cylindrical-coordinate representation of color #2ACE94: hue angle of 158.78º 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 #2ACE94 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 148 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.19 |
| HSL | 158.78º | 0.66% | 0.49% | - |
| HSV(B) | 158.78º | 0.8% | 0.81% | - |
| XYZ | 28.37 | 46.77 | 35.55 | - |
| YUV | 150.35 | 126.67 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 148 | 0.80 | 0 | 0.28 | 0.19 | 158.78 | 0.66 | 0.49 |
| Hex | 2A | CE | 94 | 50 | 0 | 1C | 13 | 9F | 42 | 31 |
| Octal | 52 | 316 | 224 | 120 | 0 | 34 | 23 | 237 | 102 | 61 |
| Binary | 101010 | 11001110 | 10010100 | 1010000 | 0 | 11100 | 10011 | 10011111 | 1000010 | 110001 |
Color Harmonies of #2ACE94
Complementary color
Monochromatic Colors of #2ACE94
Black with #2ACE94
Text Example
Text Example
White with #2ACE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE94; }
p { color: rgb(42,206,148); }
H1.HeaderClassName
{
color: #2ACE94;
}
.AnyTagClassName
{
color: #2ACE94;
}
</style>
background-color css
<style>
a { background-color: #2ACE94; }
a { background-color: rgb(42,206,148); }
div.DivClassName
{
background-color: #2ACE94;
}
.BgClassName
{
background-color: #2ACE94;
}
</style>
border-color css
<style>
span { border-color: #2ACE94; }
span { border-color: rgb(42,206,148); }
td.TdClassName
{
border-color: #2ACE94;
}
.TagClassName
{
border-color: #2ACE94;
}
</style>