Shades of Shamrock Green #0D9261
Tints of Shamrock Green #0D9261
RGB
CMYK
RGB Variations
Color information
#0D9261 (or 0x0D9261) is known color: Shamrock Green. HEX triplet: 0D, 92 and 61. RGB value is (13,146,97). Sum of RGB (Red+Green+Blue) = 13+146+97=256 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.08% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9261 is #F26D9E. Grayscale: #646464. Windows color (decimal): -15887775 or 6394381. OLE color: 6394381.
HSL color Cylindrical-coordinate representation of color #0D9261: hue angle of 157.89º 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 #0D9261 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 146 | 97 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.43 |
| HSL | 157.89º | 0.84% | 0.31% | - |
| HSV(B) | 157.89º | 0.91% | 0.57% | - |
| XYZ | 12.6 | 21.51 | 14.8 | - |
| YUV | 100.65 | 125.94 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 146 | 97 | 0.91 | 0 | 0.34 | 0.43 | 157.89 | 0.84 | 0.31 |
| Hex | D | 92 | 61 | 5B | 0 | 22 | 2B | 9E | 54 | 1F |
| Octal | 15 | 222 | 141 | 133 | 0 | 42 | 53 | 236 | 124 | 37 |
| Binary | 1101 | 10010010 | 1100001 | 1011011 | 0 | 100010 | 101011 | 10011110 | 1010100 | 11111 |
Color Harmonies of #0D9261
Complementary color
Monochromatic Colors of #0D9261
Black with #0D9261
Text Example
Text Example
White with #0D9261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9261; }
p { color: rgb(13,146,97); }
H1.HeaderClassName
{
color: #0D9261;
}
.AnyTagClassName
{
color: #0D9261;
}
</style>
background-color css
<style>
a { background-color: #0D9261; }
a { background-color: rgb(13,146,97); }
div.DivClassName
{
background-color: #0D9261;
}
.BgClassName
{
background-color: #0D9261;
}
</style>
border-color css
<style>
span { border-color: #0D9261; }
span { border-color: rgb(13,146,97); }
td.TdClassName
{
border-color: #0D9261;
}
.TagClassName
{
border-color: #0D9261;
}
</style>