Shades of Shamrock Green #0D9161
Tints of Shamrock Green #0D9161
RGB
CMYK
RGB Variations
Color information
#0D9161 (or 0x0D9161) is known color: Shamrock Green. HEX triplet: 0D, 91 and 61. RGB value is (13,145,97). Sum of RGB (Red+Green+Blue) = 13+145+97=255 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.10% from 255); Green value is 145 (57.03% from 255 or 56.86% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9161 is #F26E9E. Grayscale: #646464. Windows color (decimal): -15888031 or 6394125. OLE color: 6394125.
HSL color Cylindrical-coordinate representation of color #0D9161: hue angle of 158.18º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9161 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 145 | 97 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.43 |
| HSL | 158.18º | 0.84% | 0.31% | - |
| HSV(B) | 158.18º | 0.91% | 0.57% | - |
| XYZ | 12.45 | 21.2 | 14.75 | - |
| YUV | 100.06 | 126.27 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 145 | 97 | 0.91 | 0 | 0.33 | 0.43 | 158.18 | 0.84 | 0.31 |
| Hex | D | 91 | 61 | 5B | 0 | 21 | 2B | 9E | 54 | 1F |
| Octal | 15 | 221 | 141 | 133 | 0 | 41 | 53 | 236 | 124 | 37 |
| Binary | 1101 | 10010001 | 1100001 | 1011011 | 0 | 100001 | 101011 | 10011110 | 1010100 | 11111 |
Color Harmonies of #0D9161
Complementary color
Monochromatic Colors of #0D9161
Black with #0D9161
Text Example
Text Example
White with #0D9161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9161; }
p { color: rgb(13,145,97); }
H1.HeaderClassName
{
color: #0D9161;
}
.AnyTagClassName
{
color: #0D9161;
}
</style>
background-color css
<style>
a { background-color: #0D9161; }
a { background-color: rgb(13,145,97); }
div.DivClassName
{
background-color: #0D9161;
}
.BgClassName
{
background-color: #0D9161;
}
</style>
border-color css
<style>
span { border-color: #0D9161; }
span { border-color: rgb(13,145,97); }
td.TdClassName
{
border-color: #0D9161;
}
.TagClassName
{
border-color: #0D9161;
}
</style>