Shades of Shamrock Green #0DA15D
Tints of Shamrock Green #0DA15D
RGB
CMYK
RGB Variations
Color information
#0DA15D (or 0x0DA15D) is known color: Shamrock Green. HEX triplet: 0D, A1 and 5D. RGB value is (13,161,93). Sum of RGB (Red+Green+Blue) = 13+161+93=267 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.87% from 267); Green value is 161 (63.28% from 255 or 60.30% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA15D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA15D is #F25EA2. Grayscale: #6D6D6D. Windows color (decimal): -15883939 or 6136077. OLE color: 6136077.
HSL color Cylindrical-coordinate representation of color #0DA15D: hue angle of 152.43º 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 #0DA15D is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 93 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.37 |
| HSL | 152.43º | 0.85% | 0.34% | - |
| HSV(B) | 152.43º | 0.92% | 0.63% | - |
| XYZ | 14.89 | 26.37 | 14.66 | - |
| YUV | 109 | 118.97 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 93 | 0.92 | 0 | 0.42 | 0.37 | 152.43 | 0.85 | 0.34 |
| Hex | D | A1 | 5D | 5C | 0 | 2A | 25 | 98 | 55 | 22 |
| Octal | 15 | 241 | 135 | 134 | 0 | 52 | 45 | 230 | 125 | 42 |
| Binary | 1101 | 10100001 | 1011101 | 1011100 | 0 | 101010 | 100101 | 10011000 | 1010101 | 100010 |
Color Harmonies of #0DA15D
Complementary color
Monochromatic Colors of #0DA15D
Black with #0DA15D
Text Example
Text Example
White with #0DA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA15D; }
p { color: rgb(13,161,93); }
H1.HeaderClassName
{
color: #0DA15D;
}
.AnyTagClassName
{
color: #0DA15D;
}
</style>
background-color css
<style>
a { background-color: #0DA15D; }
a { background-color: rgb(13,161,93); }
div.DivClassName
{
background-color: #0DA15D;
}
.BgClassName
{
background-color: #0DA15D;
}
</style>
border-color css
<style>
span { border-color: #0DA15D; }
span { border-color: rgb(13,161,93); }
td.TdClassName
{
border-color: #0DA15D;
}
.TagClassName
{
border-color: #0DA15D;
}
</style>