Shades of Shamrock Green #0DA05D
Tints of Shamrock Green #0DA05D
RGB
CMYK
RGB Variations
Color information
#0DA05D (or 0x0DA05D) is known color: Shamrock Green. HEX triplet: 0D, A0 and 5D. RGB value is (13,160,93). Sum of RGB (Red+Green+Blue) = 13+160+93=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #0DA05D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA05D is #F25FA2. Grayscale: #6C6C6C. Windows color (decimal): -15884195 or 6135821. OLE color: 6135821.
HSL color Cylindrical-coordinate representation of color #0DA05D: hue angle of 152.65º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA05D is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 160 | 93 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.37 |
| HSL | 152.65º | 0.85% | 0.34% | - |
| HSV(B) | 152.65º | 0.92% | 0.63% | - |
| XYZ | 14.71 | 26.02 | 14.6 | - |
| YUV | 108.41 | 119.3 | 59.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 160 | 93 | 0.92 | 0 | 0.42 | 0.37 | 152.65 | 0.85 | 0.34 |
| Hex | D | A0 | 5D | 5C | 0 | 2A | 25 | 99 | 55 | 22 |
| Octal | 15 | 240 | 135 | 134 | 0 | 52 | 45 | 231 | 125 | 42 |
| Binary | 1101 | 10100000 | 1011101 | 1011100 | 0 | 101010 | 100101 | 10011001 | 1010101 | 100010 |
Color Harmonies of #0DA05D
Complementary color
Monochromatic Colors of #0DA05D
Black with #0DA05D
Text Example
Text Example
White with #0DA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA05D; }
p { color: rgb(13,160,93); }
H1.HeaderClassName
{
color: #0DA05D;
}
.AnyTagClassName
{
color: #0DA05D;
}
</style>
background-color css
<style>
a { background-color: #0DA05D; }
a { background-color: rgb(13,160,93); }
div.DivClassName
{
background-color: #0DA05D;
}
.BgClassName
{
background-color: #0DA05D;
}
</style>
border-color css
<style>
span { border-color: #0DA05D; }
span { border-color: rgb(13,160,93); }
td.TdClassName
{
border-color: #0DA05D;
}
.TagClassName
{
border-color: #0DA05D;
}
</style>