Shades of Shamrock #2ACC9F
Tints of Shamrock #2ACC9F
RGB
CMYK
RGB Variations
Color information
#2ACC9F (or 0x2ACC9F) is known color: Shamrock. HEX triplet: 2A, CC and 9F. RGB value is (42,204,159). Sum of RGB (Red+Green+Blue) = 42+204+159=405 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.37% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #2ACC9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ACC9F is #D53360. Grayscale: #969696. Windows color (decimal): -13972321 or 10472490. OLE color: 10472490.
HSL color Cylindrical-coordinate representation of color #2ACC9F: hue angle of 163.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACC9F is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 204 | 159 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.2 |
| HSL | 163.33º | 0.66% | 0.48% | - |
| HSV(B) | 163.33º | 0.79% | 0.8% | - |
| XYZ | 28.81 | 46.18 | 40.2 | - |
| YUV | 150.43 | 132.83 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 204 | 159 | 0.79 | 0 | 0.22 | 0.2 | 163.33 | 0.66 | 0.48 |
| Hex | 2A | CC | 9F | 4F | 0 | 16 | 14 | A3 | 42 | 30 |
| Octal | 52 | 314 | 237 | 117 | 0 | 26 | 24 | 243 | 102 | 60 |
| Binary | 101010 | 11001100 | 10011111 | 1001111 | 0 | 10110 | 10100 | 10100011 | 1000010 | 110000 |
Color Harmonies of #2ACC9F
Complementary color
Monochromatic Colors of #2ACC9F
Black with #2ACC9F
Text Example
Text Example
White with #2ACC9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACC9F; }
p { color: rgb(42,204,159); }
H1.HeaderClassName
{
color: #2ACC9F;
}
.AnyTagClassName
{
color: #2ACC9F;
}
</style>
background-color css
<style>
a { background-color: #2ACC9F; }
a { background-color: rgb(42,204,159); }
div.DivClassName
{
background-color: #2ACC9F;
}
.BgClassName
{
background-color: #2ACC9F;
}
</style>
border-color css
<style>
span { border-color: #2ACC9F; }
span { border-color: rgb(42,204,159); }
td.TdClassName
{
border-color: #2ACC9F;
}
.TagClassName
{
border-color: #2ACC9F;
}
</style>