Shades of Shamrock Green #01975C
Tints of Shamrock Green #01975C
RGB
CMYK
RGB Variations
Color information
#01975C (or 0x01975C) is known color: Shamrock Green. HEX triplet: 01, 97 and 5C. RGB value is (1,151,92). Sum of RGB (Red+Green+Blue) = 1+151+92=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 151 (59.38% from 255 or 61.89% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 151 - color contains mainly: green. Hex color #01975C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01975C is #FE68A3. Grayscale: #636363. Windows color (decimal): -16672932 or 6067969. OLE color: 6067969.
HSL color Cylindrical-coordinate representation of color #01975C: hue angle of 156.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01975C is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 1 | 151 | 92 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.41 |
| HSL | 156.4º | 0.99% | 0.3% | - |
| HSV(B) | 156.4º | 0.99% | 0.59% | - |
| XYZ | 13.01 | 22.91 | 13.86 | - |
| YUV | 99.42 | 123.81 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 151 | 92 | 0.99 | 0 | 0.39 | 0.41 | 156.4 | 0.99 | 0.3 |
| Hex | 1 | 97 | 5C | 63 | 0 | 27 | 29 | 9C | 63 | 1E |
| Octal | 1 | 227 | 134 | 143 | 0 | 47 | 51 | 234 | 143 | 36 |
| Binary | 1 | 10010111 | 1011100 | 1100011 | 0 | 100111 | 101001 | 10011100 | 1100011 | 11110 |
Color Harmonies of #01975C
Complementary color
Monochromatic Colors of #01975C
Black with #01975C
Text Example
Text Example
White with #01975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01975C; }
p { color: rgb(1,151,92); }
H1.HeaderClassName
{
color: #01975C;
}
.AnyTagClassName
{
color: #01975C;
}
</style>
background-color css
<style>
a { background-color: #01975C; }
a { background-color: rgb(1,151,92); }
div.DivClassName
{
background-color: #01975C;
}
.BgClassName
{
background-color: #01975C;
}
</style>
border-color css
<style>
span { border-color: #01975C; }
span { border-color: rgb(1,151,92); }
td.TdClassName
{
border-color: #01975C;
}
.TagClassName
{
border-color: #01975C;
}
</style>