Shades of Shamrock Green #01915F
Tints of Shamrock Green #01915F
RGB
CMYK
RGB Variations
Color information
#01915F (or 0x01915F) is known color: Shamrock Green. HEX triplet: 01, 91 and 5F. RGB value is (1,145,95). Sum of RGB (Red+Green+Blue) = 1+145+95=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 145 (57.03% from 255 or 60.17% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 145 - color contains mainly: green. Hex color #01915F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01915F is #FE6EA0. Grayscale: #606060. Windows color (decimal): -16674465 or 6263041. OLE color: 6263041.
HSL color Cylindrical-coordinate representation of color #01915F: hue angle of 159.17º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01915F is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 145 | 95 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.43 |
| HSL | 159.17º | 0.99% | 0.29% | - |
| HSV(B) | 159.17º | 0.99% | 0.57% | - |
| XYZ | 12.2 | 21.08 | 14.25 | - |
| YUV | 96.24 | 127.29 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 145 | 95 | 0.99 | 0 | 0.34 | 0.43 | 159.17 | 0.99 | 0.29 |
| Hex | 1 | 91 | 5F | 63 | 0 | 22 | 2B | 9F | 63 | 1D |
| Octal | 1 | 221 | 137 | 143 | 0 | 42 | 53 | 237 | 143 | 35 |
| Binary | 1 | 10010001 | 1011111 | 1100011 | 0 | 100010 | 101011 | 10011111 | 1100011 | 11101 |
Color Harmonies of #01915F
Complementary color
Monochromatic Colors of #01915F
Black with #01915F
Text Example
Text Example
White with #01915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01915F; }
p { color: rgb(1,145,95); }
H1.HeaderClassName
{
color: #01915F;
}
.AnyTagClassName
{
color: #01915F;
}
</style>
background-color css
<style>
a { background-color: #01915F; }
a { background-color: rgb(1,145,95); }
div.DivClassName
{
background-color: #01915F;
}
.BgClassName
{
background-color: #01915F;
}
</style>
border-color css
<style>
span { border-color: #01915F; }
span { border-color: rgb(1,145,95); }
td.TdClassName
{
border-color: #01915F;
}
.TagClassName
{
border-color: #01915F;
}
</style>