Shades of Shamrock Green #0DA65C
Tints of Shamrock Green #0DA65C
RGB
CMYK
RGB Variations
Color information
#0DA65C (or 0x0DA65C) is known color: Shamrock Green. HEX triplet: 0D, A6 and 5C. RGB value is (13,166,92). Sum of RGB (Red+Green+Blue) = 13+166+92=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 166 (65.23% from 255 or 61.25% from 271); Blue value is 92 (36.33% from 255 or 33.95% from 271); Max value from RGB is 166 - color contains mainly: green. Hex color #0DA65C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA65C is #F259A3. Grayscale: #6F6F6F. Windows color (decimal): -15882660 or 6071821. OLE color: 6071821.
HSL color Cylindrical-coordinate representation of color #0DA65C: hue angle of 150.98º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0DA65C is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 166 | 92 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.35 |
| HSL | 150.98º | 0.85% | 0.35% | - |
| HSV(B) | 150.98º | 0.92% | 0.65% | - |
| XYZ | 15.73 | 28.13 | 14.73 | - |
| YUV | 111.82 | 116.81 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 166 | 92 | 0.92 | 0 | 0.45 | 0.35 | 150.98 | 0.85 | 0.35 |
| Hex | D | A6 | 5C | 5C | 0 | 2D | 23 | 97 | 55 | 23 |
| Octal | 15 | 246 | 134 | 134 | 0 | 55 | 43 | 227 | 125 | 43 |
| Binary | 1101 | 10100110 | 1011100 | 1011100 | 0 | 101101 | 100011 | 10010111 | 1010101 | 100011 |
Color Harmonies of #0DA65C
Complementary color
Monochromatic Colors of #0DA65C
Black with #0DA65C
Text Example
Text Example
White with #0DA65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA65C; }
p { color: rgb(13,166,92); }
H1.HeaderClassName
{
color: #0DA65C;
}
.AnyTagClassName
{
color: #0DA65C;
}
</style>
background-color css
<style>
a { background-color: #0DA65C; }
a { background-color: rgb(13,166,92); }
div.DivClassName
{
background-color: #0DA65C;
}
.BgClassName
{
background-color: #0DA65C;
}
</style>
border-color css
<style>
span { border-color: #0DA65C; }
span { border-color: rgb(13,166,92); }
td.TdClassName
{
border-color: #0DA65C;
}
.TagClassName
{
border-color: #0DA65C;
}
</style>