Shades of Shamrock Green #0D985C
Tints of Shamrock Green #0D985C
RGB
CMYK
RGB Variations
Color information
#0D985C (or 0x0D985C) is known color: Shamrock Green. HEX triplet: 0D, 98 and 5C. RGB value is (13,152,92). Sum of RGB (Red+Green+Blue) = 13+152+92=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 152 (59.77% from 255 or 59.14% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 152 - color contains mainly: green. Hex color #0D985C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D985C is #F267A3. Grayscale: #676767. Windows color (decimal): -15886244 or 6068237. OLE color: 6068237.
HSL color Cylindrical-coordinate representation of color #0D985C: hue angle of 154.1º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D985C is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 152 | 92 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.40 |
| HSL | 154.1º | 0.84% | 0.32% | - |
| HSV(B) | 154.1º | 0.91% | 0.6% | - |
| XYZ | 13.33 | 23.31 | 13.92 | - |
| YUV | 103.6 | 121.45 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 152 | 92 | 0.91 | 0 | 0.39 | 0.40 | 154.1 | 0.84 | 0.32 |
| Hex | D | 98 | 5C | 5B | 0 | 27 | 28 | 9A | 54 | 20 |
| Octal | 15 | 230 | 134 | 133 | 0 | 47 | 50 | 232 | 124 | 40 |
| Binary | 1101 | 10011000 | 1011100 | 1011011 | 0 | 100111 | 101000 | 10011010 | 1010100 | 100000 |
Color Harmonies of #0D985C
Complementary color
Monochromatic Colors of #0D985C
Black with #0D985C
Text Example
Text Example
White with #0D985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D985C; }
p { color: rgb(13,152,92); }
H1.HeaderClassName
{
color: #0D985C;
}
.AnyTagClassName
{
color: #0D985C;
}
</style>
background-color css
<style>
a { background-color: #0D985C; }
a { background-color: rgb(13,152,92); }
div.DivClassName
{
background-color: #0D985C;
}
.BgClassName
{
background-color: #0D985C;
}
</style>
border-color css
<style>
span { border-color: #0D985C; }
span { border-color: rgb(13,152,92); }
td.TdClassName
{
border-color: #0D985C;
}
.TagClassName
{
border-color: #0D985C;
}
</style>