Shades of Shamrock Green #0DA164
Tints of Shamrock Green #0DA164
RGB
CMYK
RGB Variations
Color information
#0DA164 (or 0x0DA164) is known color: Shamrock Green. HEX triplet: 0D, A1 and 64. RGB value is (13,161,100). Sum of RGB (Red+Green+Blue) = 13+161+100=274 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.74% from 274); Green value is 161 (63.28% from 255 or 58.76% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA164 is #F25E9B. Grayscale: #6D6D6D. Windows color (decimal): -15883932 or 6594829. OLE color: 6594829.
HSL color Cylindrical-coordinate representation of color #0DA164: hue angle of 155.27º 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 #0DA164 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 100 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.37 |
| HSL | 155.27º | 0.85% | 0.34% | - |
| HSV(B) | 155.27º | 0.92% | 0.63% | - |
| XYZ | 15.21 | 26.5 | 16.37 | - |
| YUV | 109.79 | 122.47 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 100 | 0.92 | 0 | 0.38 | 0.37 | 155.27 | 0.85 | 0.34 |
| Hex | D | A1 | 64 | 5C | 0 | 26 | 25 | 9B | 55 | 22 |
| Octal | 15 | 241 | 144 | 134 | 0 | 46 | 45 | 233 | 125 | 42 |
| Binary | 1101 | 10100001 | 1100100 | 1011100 | 0 | 100110 | 100101 | 10011011 | 1010101 | 100010 |
Color Harmonies of #0DA164
Complementary color
Monochromatic Colors of #0DA164
Black with #0DA164
Text Example
Text Example
White with #0DA164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA164; }
p { color: rgb(13,161,100); }
H1.HeaderClassName
{
color: #0DA164;
}
.AnyTagClassName
{
color: #0DA164;
}
</style>
background-color css
<style>
a { background-color: #0DA164; }
a { background-color: rgb(13,161,100); }
div.DivClassName
{
background-color: #0DA164;
}
.BgClassName
{
background-color: #0DA164;
}
</style>
border-color css
<style>
span { border-color: #0DA164; }
span { border-color: rgb(13,161,100); }
td.TdClassName
{
border-color: #0DA164;
}
.TagClassName
{
border-color: #0DA164;
}
</style>