Shades of Shamrock Green #0DA25B
Tints of Shamrock Green #0DA25B
RGB
CMYK
RGB Variations
Color information
#0DA25B (or 0x0DA25B) is known color: Shamrock Green. HEX triplet: 0D, A2 and 5B. RGB value is (13,162,91). Sum of RGB (Red+Green+Blue) = 13+162+91=266 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.89% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #0DA25B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA25B is #F25DA4. Grayscale: #6D6D6D. Windows color (decimal): -15883685 or 6005261. OLE color: 6005261.
HSL color Cylindrical-coordinate representation of color #0DA25B: hue angle of 151.41º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA25B is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 162 | 91 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.36 |
| HSL | 151.41º | 0.85% | 0.34% | - |
| HSV(B) | 151.41º | 0.92% | 0.64% | - |
| XYZ | 14.97 | 26.68 | 14.26 | - |
| YUV | 109.36 | 117.64 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 162 | 91 | 0.92 | 0 | 0.44 | 0.36 | 151.41 | 0.85 | 0.34 |
| Hex | D | A2 | 5B | 5C | 0 | 2C | 24 | 97 | 55 | 22 |
| Octal | 15 | 242 | 133 | 134 | 0 | 54 | 44 | 227 | 125 | 42 |
| Binary | 1101 | 10100010 | 1011011 | 1011100 | 0 | 101100 | 100100 | 10010111 | 1010101 | 100010 |
Color Harmonies of #0DA25B
Complementary color
Monochromatic Colors of #0DA25B
Black with #0DA25B
Text Example
Text Example
White with #0DA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA25B; }
p { color: rgb(13,162,91); }
H1.HeaderClassName
{
color: #0DA25B;
}
.AnyTagClassName
{
color: #0DA25B;
}
</style>
background-color css
<style>
a { background-color: #0DA25B; }
a { background-color: rgb(13,162,91); }
div.DivClassName
{
background-color: #0DA25B;
}
.BgClassName
{
background-color: #0DA25B;
}
</style>
border-color css
<style>
span { border-color: #0DA25B; }
span { border-color: rgb(13,162,91); }
td.TdClassName
{
border-color: #0DA25B;
}
.TagClassName
{
border-color: #0DA25B;
}
</style>