Shades of Shamrock Green #0DA166
Tints of Shamrock Green #0DA166
RGB
CMYK
RGB Variations
Color information
#0DA166 (or 0x0DA166) is known color: Shamrock Green. HEX triplet: 0D, A1 and 66. RGB value is (13,161,102). Sum of RGB (Red+Green+Blue) = 13+161+102=276 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.71% from 276); Green value is 161 (63.28% from 255 or 58.33% from 276); Blue value is 102 (40.23% from 255 or 36.96% from 276); Max value from RGB is 161 - color contains mainly: green. Hex color #0DA166 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA166 is #F25E99. Grayscale: #6E6E6E. Windows color (decimal): -15883930 or 6725901. OLE color: 6725901.
HSL color Cylindrical-coordinate representation of color #0DA166: hue angle of 156.08º 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 #0DA166 is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 13 | 161 | 102 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.37 |
| HSL | 156.08º | 0.85% | 0.34% | - |
| HSV(B) | 156.08º | 0.92% | 0.63% | - |
| XYZ | 15.31 | 26.53 | 16.89 | - |
| YUV | 110.02 | 123.47 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 161 | 102 | 0.92 | 0 | 0.37 | 0.37 | 156.08 | 0.85 | 0.34 |
| Hex | D | A1 | 66 | 5C | 0 | 25 | 25 | 9C | 55 | 22 |
| Octal | 15 | 241 | 146 | 134 | 0 | 45 | 45 | 234 | 125 | 42 |
| Binary | 1101 | 10100001 | 1100110 | 1011100 | 0 | 100101 | 100101 | 10011100 | 1010101 | 100010 |
Color Harmonies of #0DA166
Complementary color
Monochromatic Colors of #0DA166
Black with #0DA166
Text Example
Text Example
White with #0DA166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA166; }
p { color: rgb(13,161,102); }
H1.HeaderClassName
{
color: #0DA166;
}
.AnyTagClassName
{
color: #0DA166;
}
</style>
background-color css
<style>
a { background-color: #0DA166; }
a { background-color: rgb(13,161,102); }
div.DivClassName
{
background-color: #0DA166;
}
.BgClassName
{
background-color: #0DA166;
}
</style>
border-color css
<style>
span { border-color: #0DA166; }
span { border-color: rgb(13,161,102); }
td.TdClassName
{
border-color: #0DA166;
}
.TagClassName
{
border-color: #0DA166;
}
</style>