Shades of Shamrock Green #0D9B5E
Tints of Shamrock Green #0D9B5E
RGB
CMYK
RGB Variations
Color information
#0D9B5E (or 0x0D9B5E) is known color: Shamrock Green. HEX triplet: 0D, 9B and 5E. RGB value is (13,155,94). Sum of RGB (Red+Green+Blue) = 13+155+94=262 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.96% from 262); Green value is 155 (60.94% from 255 or 59.16% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9B5E is #F264A1. Grayscale: #696969. Windows color (decimal): -15885474 or 6200077. OLE color: 6200077.
HSL color Cylindrical-coordinate representation of color #0D9B5E: hue angle of 154.23º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9B5E is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 13 | 155 | 94 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.39 |
| HSL | 154.23º | 0.85% | 0.33% | - |
| HSV(B) | 154.23º | 0.92% | 0.61% | - |
| XYZ | 13.91 | 24.34 | 14.55 | - |
| YUV | 105.59 | 121.46 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 155 | 94 | 0.92 | 0 | 0.39 | 0.39 | 154.23 | 0.85 | 0.33 |
| Hex | D | 9B | 5E | 5C | 0 | 27 | 27 | 9A | 55 | 21 |
| Octal | 15 | 233 | 136 | 134 | 0 | 47 | 47 | 232 | 125 | 41 |
| Binary | 1101 | 10011011 | 1011110 | 1011100 | 0 | 100111 | 100111 | 10011010 | 1010101 | 100001 |
Color Harmonies of #0D9B5E
Complementary color
Monochromatic Colors of #0D9B5E
Black with #0D9B5E
Text Example
Text Example
White with #0D9B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9B5E; }
p { color: rgb(13,155,94); }
H1.HeaderClassName
{
color: #0D9B5E;
}
.AnyTagClassName
{
color: #0D9B5E;
}
</style>
background-color css
<style>
a { background-color: #0D9B5E; }
a { background-color: rgb(13,155,94); }
div.DivClassName
{
background-color: #0D9B5E;
}
.BgClassName
{
background-color: #0D9B5E;
}
</style>
border-color css
<style>
span { border-color: #0D9B5E; }
span { border-color: rgb(13,155,94); }
td.TdClassName
{
border-color: #0D9B5E;
}
.TagClassName
{
border-color: #0D9B5E;
}
</style>