Shades of Shamrock Green #0CAC5F
Tints of Shamrock Green #0CAC5F
RGB
CMYK
RGB Variations
Color information
#0CAC5F (or 0x0CAC5F) is known color: Shamrock Green. HEX triplet: 0C, AC and 5F. RGB value is (12,172,95). Sum of RGB (Red+Green+Blue) = 12+172+95=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 172 (67.58% from 255 or 61.65% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 172 - color contains mainly: green. Hex color #0CAC5F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAC5F is #F353A0. Grayscale: #737373. Windows color (decimal): -15946657 or 6269964. OLE color: 6269964.
HSL color Cylindrical-coordinate representation of color #0CAC5F: hue angle of 151.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAC5F is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 172 | 95 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.33 |
| HSL | 151.13º | 0.87% | 0.36% | - |
| HSV(B) | 151.13º | 0.93% | 0.67% | - |
| XYZ | 16.97 | 30.41 | 15.8 | - |
| YUV | 115.38 | 116.49 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 172 | 95 | 0.93 | 0 | 0.45 | 0.33 | 151.13 | 0.87 | 0.36 |
| Hex | C | AC | 5F | 5D | 0 | 2D | 21 | 97 | 57 | 24 |
| Octal | 14 | 254 | 137 | 135 | 0 | 55 | 41 | 227 | 127 | 44 |
| Binary | 1100 | 10101100 | 1011111 | 1011101 | 0 | 101101 | 100001 | 10010111 | 1010111 | 100100 |
Color Harmonies of #0CAC5F
Complementary color
Monochromatic Colors of #0CAC5F
Black with #0CAC5F
Text Example
Text Example
White with #0CAC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAC5F; }
p { color: rgb(12,172,95); }
H1.HeaderClassName
{
color: #0CAC5F;
}
.AnyTagClassName
{
color: #0CAC5F;
}
</style>
background-color css
<style>
a { background-color: #0CAC5F; }
a { background-color: rgb(12,172,95); }
div.DivClassName
{
background-color: #0CAC5F;
}
.BgClassName
{
background-color: #0CAC5F;
}
</style>
border-color css
<style>
span { border-color: #0CAC5F; }
span { border-color: rgb(12,172,95); }
td.TdClassName
{
border-color: #0CAC5F;
}
.TagClassName
{
border-color: #0CAC5F;
}
</style>