Shades of Shamrock Green #01995D
Tints of Shamrock Green #01995D
RGB
CMYK
RGB Variations
Color information
#01995D (or 0x01995D) is known color: Shamrock Green. HEX triplet: 01, 99 and 5D. RGB value is (1,153,93). Sum of RGB (Red+Green+Blue) = 1+153+93=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 153 (60.16% from 255 or 61.94% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 153 - color contains mainly: green. Hex color #01995D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01995D is #FE66A2. Grayscale: #646464. Windows color (decimal): -16672419 or 6134017. OLE color: 6134017.
HSL color Cylindrical-coordinate representation of color #01995D: hue angle of 156.32º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01995D is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 1 | 153 | 93 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.4 |
| HSL | 156.32º | 0.99% | 0.3% | - |
| HSV(B) | 156.32º | 0.99% | 0.6% | - |
| XYZ | 13.38 | 23.58 | 14.2 | - |
| YUV | 100.71 | 123.64 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 93 | 0.99 | 0 | 0.39 | 0.4 | 156.32 | 0.99 | 0.3 |
| Hex | 1 | 99 | 5D | 63 | 0 | 27 | 28 | 9C | 63 | 1E |
| Octal | 1 | 231 | 135 | 143 | 0 | 47 | 50 | 234 | 143 | 36 |
| Binary | 1 | 10011001 | 1011101 | 1100011 | 0 | 100111 | 101000 | 10011100 | 1100011 | 11110 |
Color Harmonies of #01995D
Complementary color
Monochromatic Colors of #01995D
Black with #01995D
Text Example
Text Example
White with #01995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01995D; }
p { color: rgb(1,153,93); }
H1.HeaderClassName
{
color: #01995D;
}
.AnyTagClassName
{
color: #01995D;
}
</style>
background-color css
<style>
a { background-color: #01995D; }
a { background-color: rgb(1,153,93); }
div.DivClassName
{
background-color: #01995D;
}
.BgClassName
{
background-color: #01995D;
}
</style>
border-color css
<style>
span { border-color: #01995D; }
span { border-color: rgb(1,153,93); }
td.TdClassName
{
border-color: #01995D;
}
.TagClassName
{
border-color: #01995D;
}
</style>