Shades of Shamrock Green #0DA861
Tints of Shamrock Green #0DA861
RGB
CMYK
RGB Variations
Color information
#0DA861 (or 0x0DA861) is known color: Shamrock Green. HEX triplet: 0D, A8 and 61. RGB value is (13,168,97). Sum of RGB (Red+Green+Blue) = 13+168+97=278 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.68% from 278); Green value is 168 (66.02% from 255 or 60.43% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 168 - color contains mainly: green. Hex color #0DA861 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA861 is #F2579E. Grayscale: #717171. Windows color (decimal): -15882143 or 6400013. OLE color: 6400013.
HSL color Cylindrical-coordinate representation of color #0DA861: hue angle of 152.52º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA861 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 13 | 168 | 97 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.34 |
| HSL | 152.52º | 0.86% | 0.35% | - |
| HSV(B) | 152.52º | 0.92% | 0.66% | - |
| XYZ | 16.33 | 28.95 | 16.04 | - |
| YUV | 113.56 | 118.65 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 168 | 97 | 0.92 | 0 | 0.42 | 0.34 | 152.52 | 0.86 | 0.35 |
| Hex | D | A8 | 61 | 5C | 0 | 2A | 22 | 99 | 56 | 23 |
| Octal | 15 | 250 | 141 | 134 | 0 | 52 | 42 | 231 | 126 | 43 |
| Binary | 1101 | 10101000 | 1100001 | 1011100 | 0 | 101010 | 100010 | 10011001 | 1010110 | 100011 |
Color Harmonies of #0DA861
Complementary color
Monochromatic Colors of #0DA861
Black with #0DA861
Text Example
Text Example
White with #0DA861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA861; }
p { color: rgb(13,168,97); }
H1.HeaderClassName
{
color: #0DA861;
}
.AnyTagClassName
{
color: #0DA861;
}
</style>
background-color css
<style>
a { background-color: #0DA861; }
a { background-color: rgb(13,168,97); }
div.DivClassName
{
background-color: #0DA861;
}
.BgClassName
{
background-color: #0DA861;
}
</style>
border-color css
<style>
span { border-color: #0DA861; }
span { border-color: rgb(13,168,97); }
td.TdClassName
{
border-color: #0DA861;
}
.TagClassName
{
border-color: #0DA861;
}
</style>