Shades of Shamrock Green #0D9F5C
Tints of Shamrock Green #0D9F5C
RGB
CMYK
RGB Variations
Color information
#0D9F5C (or 0x0D9F5C) is known color: Shamrock Green. HEX triplet: 0D, 9F and 5C. RGB value is (13,159,92). Sum of RGB (Red+Green+Blue) = 13+159+92=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 159 (62.5% from 255 or 60.23% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 159 - color contains mainly: green. Hex color #0D9F5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9F5C is #F260A3. Grayscale: #6B6B6B. Windows color (decimal): -15884452 or 6070029. OLE color: 6070029.
HSL color Cylindrical-coordinate representation of color #0D9F5C: hue angle of 152.47º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9F5C is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 13 | 159 | 92 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.38 |
| HSL | 152.47º | 0.85% | 0.34% | - |
| HSV(B) | 152.47º | 0.92% | 0.62% | - |
| XYZ | 14.5 | 25.65 | 14.31 | - |
| YUV | 107.71 | 119.13 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 159 | 92 | 0.92 | 0 | 0.42 | 0.38 | 152.47 | 0.85 | 0.34 |
| Hex | D | 9F | 5C | 5C | 0 | 2A | 26 | 98 | 55 | 22 |
| Octal | 15 | 237 | 134 | 134 | 0 | 52 | 46 | 230 | 125 | 42 |
| Binary | 1101 | 10011111 | 1011100 | 1011100 | 0 | 101010 | 100110 | 10011000 | 1010101 | 100010 |
Color Harmonies of #0D9F5C
Complementary color
Monochromatic Colors of #0D9F5C
Black with #0D9F5C
Text Example
Text Example
White with #0D9F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9F5C; }
p { color: rgb(13,159,92); }
H1.HeaderClassName
{
color: #0D9F5C;
}
.AnyTagClassName
{
color: #0D9F5C;
}
</style>
background-color css
<style>
a { background-color: #0D9F5C; }
a { background-color: rgb(13,159,92); }
div.DivClassName
{
background-color: #0D9F5C;
}
.BgClassName
{
background-color: #0D9F5C;
}
</style>
border-color css
<style>
span { border-color: #0D9F5C; }
span { border-color: rgb(13,159,92); }
td.TdClassName
{
border-color: #0D9F5C;
}
.TagClassName
{
border-color: #0D9F5C;
}
</style>