Shades of Shamrock Green #01955B
Tints of Shamrock Green #01955B
RGB
CMYK
RGB Variations
Color information
#01955B (or 0x01955B) is known color: Shamrock Green. HEX triplet: 01, 95 and 5B. RGB value is (1,149,91). Sum of RGB (Red+Green+Blue) = 1+149+91=241 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #01955B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01955B is #FE6AA4. Grayscale: #626262. Windows color (decimal): -16673445 or 6001921. OLE color: 6001921.
HSL color Cylindrical-coordinate representation of color #01955B: hue angle of 156.49º 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 #01955B is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 91 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.42 |
| HSL | 156.49º | 0.99% | 0.29% | - |
| HSV(B) | 156.49º | 0.99% | 0.58% | - |
| XYZ | 12.65 | 22.26 | 13.53 | - |
| YUV | 98.14 | 123.97 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 91 | 0.99 | 0 | 0.39 | 0.42 | 156.49 | 0.99 | 0.29 |
| Hex | 1 | 95 | 5B | 63 | 0 | 27 | 2A | 9C | 63 | 1D |
| Octal | 1 | 225 | 133 | 143 | 0 | 47 | 52 | 234 | 143 | 35 |
| Binary | 1 | 10010101 | 1011011 | 1100011 | 0 | 100111 | 101010 | 10011100 | 1100011 | 11101 |
Color Harmonies of #01955B
Complementary color
Monochromatic Colors of #01955B
Black with #01955B
Text Example
Text Example
White with #01955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01955B; }
p { color: rgb(1,149,91); }
H1.HeaderClassName
{
color: #01955B;
}
.AnyTagClassName
{
color: #01955B;
}
</style>
background-color css
<style>
a { background-color: #01955B; }
a { background-color: rgb(1,149,91); }
div.DivClassName
{
background-color: #01955B;
}
.BgClassName
{
background-color: #01955B;
}
</style>
border-color css
<style>
span { border-color: #01955B; }
span { border-color: rgb(1,149,91); }
td.TdClassName
{
border-color: #01955B;
}
.TagClassName
{
border-color: #01955B;
}
</style>