Shades of Shamrock Green #05955D
Tints of Shamrock Green #05955D
RGB
CMYK
RGB Variations
Color information
#05955D (or 0x05955D) is known color: Shamrock Green. HEX triplet: 05, 95 and 5D. RGB value is (5,149,93). Sum of RGB (Red+Green+Blue) = 5+149+93=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 149 (58.59% from 255 or 60.32% from 247); Blue value is 93 (36.72% from 255 or 37.65% from 247); Max value from RGB is 149 - color contains mainly: green. Hex color #05955D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05955D is #FA6AA2. Grayscale: #636363. Windows color (decimal): -16411299 or 6132997. OLE color: 6132997.
HSL color Cylindrical-coordinate representation of color #05955D: hue angle of 156.67º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05955D is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 5 | 149 | 93 | - |
| CMYK | 0.97 | 0 | 0.38 | 0.42 |
| HSL | 156.67º | 0.94% | 0.3% | - |
| HSV(B) | 156.67º | 0.97% | 0.58% | - |
| XYZ | 12.79 | 22.32 | 13.99 | - |
| YUV | 99.56 | 124.29 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 149 | 93 | 0.97 | 0 | 0.38 | 0.42 | 156.67 | 0.94 | 0.3 |
| Hex | 5 | 95 | 5D | 61 | 0 | 26 | 2A | 9D | 5E | 1E |
| Octal | 5 | 225 | 135 | 141 | 0 | 46 | 52 | 235 | 136 | 36 |
| Binary | 101 | 10010101 | 1011101 | 1100001 | 0 | 100110 | 101010 | 10011101 | 1011110 | 11110 |
Color Harmonies of #05955D
Complementary color
Monochromatic Colors of #05955D
Black with #05955D
Text Example
Text Example
White with #05955D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05955D; }
p { color: rgb(5,149,93); }
H1.HeaderClassName
{
color: #05955D;
}
.AnyTagClassName
{
color: #05955D;
}
</style>
background-color css
<style>
a { background-color: #05955D; }
a { background-color: rgb(5,149,93); }
div.DivClassName
{
background-color: #05955D;
}
.BgClassName
{
background-color: #05955D;
}
</style>
border-color css
<style>
span { border-color: #05955D; }
span { border-color: rgb(5,149,93); }
td.TdClassName
{
border-color: #05955D;
}
.TagClassName
{
border-color: #05955D;
}
</style>