Shades of Shamrock Green #0DA35E
Tints of Shamrock Green #0DA35E
RGB
CMYK
RGB Variations
Color information
#0DA35E (or 0x0DA35E) is known color: Shamrock Green. HEX triplet: 0D, A3 and 5E. RGB value is (13,163,94). Sum of RGB (Red+Green+Blue) = 13+163+94=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 163 (64.06% from 255 or 60.37% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA35E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA35E is #F25CA1. Grayscale: #6E6E6E. Windows color (decimal): -15883426 or 6202125. OLE color: 6202125.
HSL color Cylindrical-coordinate representation of color #0DA35E: hue angle of 152.4º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA35E is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 163 | 94 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.36 |
| HSL | 152.4º | 0.85% | 0.35% | - |
| HSV(B) | 152.4º | 0.92% | 0.64% | - |
| XYZ | 15.28 | 27.09 | 15.01 | - |
| YUV | 110.28 | 118.81 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 94 | 0.92 | 0 | 0.42 | 0.36 | 152.4 | 0.85 | 0.35 |
| Hex | D | A3 | 5E | 5C | 0 | 2A | 24 | 98 | 55 | 23 |
| Octal | 15 | 243 | 136 | 134 | 0 | 52 | 44 | 230 | 125 | 43 |
| Binary | 1101 | 10100011 | 1011110 | 1011100 | 0 | 101010 | 100100 | 10011000 | 1010101 | 100011 |
Color Harmonies of #0DA35E
Complementary color
Monochromatic Colors of #0DA35E
Black with #0DA35E
Text Example
Text Example
White with #0DA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA35E; }
p { color: rgb(13,163,94); }
H1.HeaderClassName
{
color: #0DA35E;
}
.AnyTagClassName
{
color: #0DA35E;
}
</style>
background-color css
<style>
a { background-color: #0DA35E; }
a { background-color: rgb(13,163,94); }
div.DivClassName
{
background-color: #0DA35E;
}
.BgClassName
{
background-color: #0DA35E;
}
</style>
border-color css
<style>
span { border-color: #0DA35E; }
span { border-color: rgb(13,163,94); }
td.TdClassName
{
border-color: #0DA35E;
}
.TagClassName
{
border-color: #0DA35E;
}
</style>