Shades of Shamrock Green #0D965B
Tints of Shamrock Green #0D965B
RGB
CMYK
RGB Variations
Color information
#0D965B (or 0x0D965B) is known color: Shamrock Green. HEX triplet: 0D, 96 and 5B. RGB value is (13,150,91). Sum of RGB (Red+Green+Blue) = 13+150+91=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #0D965B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D965B is #F269A4. Grayscale: #666666. Windows color (decimal): -15886757 or 6002189. OLE color: 6002189.
HSL color Cylindrical-coordinate representation of color #0D965B: hue angle of 154.16º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D965B is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 13 | 150 | 91 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.41 |
| HSL | 154.16º | 0.84% | 0.32% | - |
| HSV(B) | 154.16º | 0.91% | 0.59% | - |
| XYZ | 12.96 | 22.65 | 13.59 | - |
| YUV | 102.31 | 121.61 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 150 | 91 | 0.91 | 0 | 0.39 | 0.41 | 154.16 | 0.84 | 0.32 |
| Hex | D | 96 | 5B | 5B | 0 | 27 | 29 | 9A | 54 | 20 |
| Octal | 15 | 226 | 133 | 133 | 0 | 47 | 51 | 232 | 124 | 40 |
| Binary | 1101 | 10010110 | 1011011 | 1011011 | 0 | 100111 | 101001 | 10011010 | 1010100 | 100000 |
Color Harmonies of #0D965B
Complementary color
Monochromatic Colors of #0D965B
Black with #0D965B
Text Example
Text Example
White with #0D965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D965B; }
p { color: rgb(13,150,91); }
H1.HeaderClassName
{
color: #0D965B;
}
.AnyTagClassName
{
color: #0D965B;
}
</style>
background-color css
<style>
a { background-color: #0D965B; }
a { background-color: rgb(13,150,91); }
div.DivClassName
{
background-color: #0D965B;
}
.BgClassName
{
background-color: #0D965B;
}
</style>
border-color css
<style>
span { border-color: #0D965B; }
span { border-color: rgb(13,150,91); }
td.TdClassName
{
border-color: #0D965B;
}
.TagClassName
{
border-color: #0D965B;
}
</style>