Shades of Shamrock Green #0D9958
Tints of Shamrock Green #0D9958
RGB
CMYK
RGB Variations
Color information
#0D9958 (or 0x0D9958) is known color: Shamrock Green. HEX triplet: 0D, 99 and 58. RGB value is (13,153,88). Sum of RGB (Red+Green+Blue) = 13+153+88=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 153 (60.16% from 255 or 60.24% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 153 - color contains mainly: green. Hex color #0D9958 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9958 is #F266A7. Grayscale: #676767. Windows color (decimal): -15885992 or 5806349. OLE color: 5806349.
HSL color Cylindrical-coordinate representation of color #0D9958: hue angle of 152.14º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9958 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 153 | 88 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.4 |
| HSL | 152.14º | 0.84% | 0.33% | - |
| HSV(B) | 152.14º | 0.92% | 0.6% | - |
| XYZ | 13.32 | 23.57 | 13.08 | - |
| YUV | 103.73 | 119.12 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 88 | 0.92 | 0 | 0.42 | 0.4 | 152.14 | 0.84 | 0.33 |
| Hex | D | 99 | 58 | 5C | 0 | 2A | 28 | 98 | 54 | 21 |
| Octal | 15 | 231 | 130 | 134 | 0 | 52 | 50 | 230 | 124 | 41 |
| Binary | 1101 | 10011001 | 1011000 | 1011100 | 0 | 101010 | 101000 | 10011000 | 1010100 | 100001 |
Color Harmonies of #0D9958
Complementary color
Monochromatic Colors of #0D9958
Black with #0D9958
Text Example
Text Example
White with #0D9958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9958; }
p { color: rgb(13,153,88); }
H1.HeaderClassName
{
color: #0D9958;
}
.AnyTagClassName
{
color: #0D9958;
}
</style>
background-color css
<style>
a { background-color: #0D9958; }
a { background-color: rgb(13,153,88); }
div.DivClassName
{
background-color: #0D9958;
}
.BgClassName
{
background-color: #0D9958;
}
</style>
border-color css
<style>
span { border-color: #0D9958; }
span { border-color: rgb(13,153,88); }
td.TdClassName
{
border-color: #0D9958;
}
.TagClassName
{
border-color: #0D9958;
}
</style>