Shades of Shamrock Green #01955D
Tints of Shamrock Green #01955D
RGB
CMYK
RGB Variations
Color information
#01955D (or 0x01955D) is known color: Shamrock Green. HEX triplet: 01, 95 and 5D. RGB value is (1,149,93). Sum of RGB (Red+Green+Blue) = 1+149+93=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 93 (36.72% from 255 or 38.27% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #01955D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01955D is #FE6AA2. Grayscale: #626262. Windows color (decimal): -16673443 or 6132993. OLE color: 6132993.
HSL color Cylindrical-coordinate representation of color #01955D: hue angle of 157.3º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01955D is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 93 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.42 |
| HSL | 157.3º | 0.99% | 0.29% | - |
| HSV(B) | 157.3º | 0.99% | 0.58% | - |
| XYZ | 12.74 | 22.29 | 13.99 | - |
| YUV | 98.36 | 124.97 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 93 | 0.99 | 0 | 0.38 | 0.42 | 157.3 | 0.99 | 0.29 |
| Hex | 1 | 95 | 5D | 63 | 0 | 26 | 2A | 9D | 63 | 1D |
| Octal | 1 | 225 | 135 | 143 | 0 | 46 | 52 | 235 | 143 | 35 |
| Binary | 1 | 10010101 | 1011101 | 1100011 | 0 | 100110 | 101010 | 10011101 | 1100011 | 11101 |
Color Harmonies of #01955D
Complementary color
Monochromatic Colors of #01955D
Black with #01955D
Text Example
Text Example
White with #01955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01955D; }
p { color: rgb(1,149,93); }
H1.HeaderClassName
{
color: #01955D;
}
.AnyTagClassName
{
color: #01955D;
}
</style>
background-color css
<style>
a { background-color: #01955D; }
a { background-color: rgb(1,149,93); }
div.DivClassName
{
background-color: #01955D;
}
.BgClassName
{
background-color: #01955D;
}
</style>
border-color css
<style>
span { border-color: #01955D; }
span { border-color: rgb(1,149,93); }
td.TdClassName
{
border-color: #01955D;
}
.TagClassName
{
border-color: #01955D;
}
</style>