Shades of Shamrock Green #01905F
Tints of Shamrock Green #01905F
RGB
CMYK
RGB Variations
Color information
#01905F (or 0x01905F) is known color: Shamrock Green. HEX triplet: 01, 90 and 5F. RGB value is (1,144,95). Sum of RGB (Red+Green+Blue) = 1+144+95=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 144 (56.64% from 255 or 60% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 144 - color contains mainly: green. Hex color #01905F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01905F is #FE6FA0. Grayscale: #5F5F5F. Windows color (decimal): -16674721 or 6262785. OLE color: 6262785.
HSL color Cylindrical-coordinate representation of color #01905F: hue angle of 159.44º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01905F is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 144 | 95 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.44 |
| HSL | 159.44º | 0.99% | 0.28% | - |
| HSV(B) | 159.44º | 0.99% | 0.56% | - |
| XYZ | 12.05 | 20.78 | 14.2 | - |
| YUV | 95.66 | 127.62 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 144 | 95 | 0.99 | 0 | 0.34 | 0.44 | 159.44 | 0.99 | 0.28 |
| Hex | 1 | 90 | 5F | 63 | 0 | 22 | 2C | 9F | 63 | 1C |
| Octal | 1 | 220 | 137 | 143 | 0 | 42 | 54 | 237 | 143 | 34 |
| Binary | 1 | 10010000 | 1011111 | 1100011 | 0 | 100010 | 101100 | 10011111 | 1100011 | 11100 |
Color Harmonies of #01905F
Complementary color
Monochromatic Colors of #01905F
Black with #01905F
Text Example
Text Example
White with #01905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01905F; }
p { color: rgb(1,144,95); }
H1.HeaderClassName
{
color: #01905F;
}
.AnyTagClassName
{
color: #01905F;
}
</style>
background-color css
<style>
a { background-color: #01905F; }
a { background-color: rgb(1,144,95); }
div.DivClassName
{
background-color: #01905F;
}
.BgClassName
{
background-color: #01905F;
}
</style>
border-color css
<style>
span { border-color: #01905F; }
span { border-color: rgb(1,144,95); }
td.TdClassName
{
border-color: #01905F;
}
.TagClassName
{
border-color: #01905F;
}
</style>