Shades of Shamrock Green #0DA160
Tints of Shamrock Green #0DA160
RGB
CMYK
RGB Variations
Color information
#0DA160 (or 0x0DA160) is known color: Shamrock Green. HEX triplet: 0D, A1 and 60. RGB value is (13,161,96). Sum of RGB (Red+Green+Blue) = 13+161+96=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 161 (63.28% from 255 or 59.63% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA160 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA160 is #F25E9F. Grayscale: #6D6D6D. Windows color (decimal): -15883936 or 6332685. OLE color: 6332685.
HSL color Cylindrical-coordinate representation of color #0DA160: hue angle of 153.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 #0DA160 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 96 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.37 |
| HSL | 153.65º | 0.85% | 0.34% | - |
| HSV(B) | 153.65º | 0.92% | 0.63% | - |
| XYZ | 15.02 | 26.42 | 15.37 | - |
| YUV | 109.34 | 120.47 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 96 | 0.92 | 0 | 0.40 | 0.37 | 153.65 | 0.85 | 0.34 |
| Hex | D | A1 | 60 | 5C | 0 | 28 | 25 | 9A | 55 | 22 |
| Octal | 15 | 241 | 140 | 134 | 0 | 50 | 45 | 232 | 125 | 42 |
| Binary | 1101 | 10100001 | 1100000 | 1011100 | 0 | 101000 | 100101 | 10011010 | 1010101 | 100010 |
Color Harmonies of #0DA160
Complementary color
Monochromatic Colors of #0DA160
Black with #0DA160
Text Example
Text Example
White with #0DA160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA160; }
p { color: rgb(13,161,96); }
H1.HeaderClassName
{
color: #0DA160;
}
.AnyTagClassName
{
color: #0DA160;
}
</style>
background-color css
<style>
a { background-color: #0DA160; }
a { background-color: rgb(13,161,96); }
div.DivClassName
{
background-color: #0DA160;
}
.BgClassName
{
background-color: #0DA160;
}
</style>
border-color css
<style>
span { border-color: #0DA160; }
span { border-color: rgb(13,161,96); }
td.TdClassName
{
border-color: #0DA160;
}
.TagClassName
{
border-color: #0DA160;
}
</style>