Shades of Shamrock Green #0D9358
Tints of Shamrock Green #0D9358
RGB
CMYK
RGB Variations
Color information
#0D9358 (or 0x0D9358) is known color: Shamrock Green. HEX triplet: 0D, 93 and 58. RGB value is (13,147,88). Sum of RGB (Red+Green+Blue) = 13+147+88=248 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.24% from 248); Green value is 147 (57.81% from 255 or 59.27% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 147 - color contains mainly: green. Hex color #0D9358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9358 is #F26CA7. Grayscale: #646464. Windows color (decimal): -15887528 or 5804813. OLE color: 5804813.
HSL color Cylindrical-coordinate representation of color #0D9358: hue angle of 153.58º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9358 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 88 | - |
| CMYK | 0.91 | 0 | 0.40 | 0.42 |
| HSL | 153.58º | 0.84% | 0.31% | - |
| HSV(B) | 153.58º | 0.91% | 0.58% | - |
| XYZ | 12.36 | 21.66 | 12.76 | - |
| YUV | 100.21 | 121.11 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 88 | 0.91 | 0 | 0.40 | 0.42 | 153.58 | 0.84 | 0.31 |
| Hex | D | 93 | 58 | 5B | 0 | 28 | 2A | 9A | 54 | 1F |
| Octal | 15 | 223 | 130 | 133 | 0 | 50 | 52 | 232 | 124 | 37 |
| Binary | 1101 | 10010011 | 1011000 | 1011011 | 0 | 101000 | 101010 | 10011010 | 1010100 | 11111 |
Color Harmonies of #0D9358
Complementary color
Monochromatic Colors of #0D9358
Black with #0D9358
Text Example
Text Example
White with #0D9358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9358; }
p { color: rgb(13,147,88); }
H1.HeaderClassName
{
color: #0D9358;
}
.AnyTagClassName
{
color: #0D9358;
}
</style>
background-color css
<style>
a { background-color: #0D9358; }
a { background-color: rgb(13,147,88); }
div.DivClassName
{
background-color: #0D9358;
}
.BgClassName
{
background-color: #0D9358;
}
</style>
border-color css
<style>
span { border-color: #0D9358; }
span { border-color: rgb(13,147,88); }
td.TdClassName
{
border-color: #0D9358;
}
.TagClassName
{
border-color: #0D9358;
}
</style>