Shades of Shamrock Green #0DA35C
Tints of Shamrock Green #0DA35C
RGB
CMYK
RGB Variations
Color information
#0DA35C (or 0x0DA35C) is known color: Shamrock Green. HEX triplet: 0D, A3 and 5C. RGB value is (13,163,92). Sum of RGB (Red+Green+Blue) = 13+163+92=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 163 (64.06% from 255 or 60.82% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 163 - color contains mainly: green. Hex color #0DA35C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0DA35C is #F25CA3. Grayscale: #6E6E6E. Windows color (decimal): -15883428 or 6071053. OLE color: 6071053.
HSL color Cylindrical-coordinate representation of color #0DA35C: hue angle of 151.6º 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 #0DA35C is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 13 | 163 | 92 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.36 |
| HSL | 151.6º | 0.85% | 0.35% | - |
| HSV(B) | 151.6º | 0.92% | 0.64% | - |
| XYZ | 15.19 | 27.05 | 14.55 | - |
| YUV | 110.06 | 117.81 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 163 | 92 | 0.92 | 0 | 0.44 | 0.36 | 151.6 | 0.85 | 0.35 |
| Hex | D | A3 | 5C | 5C | 0 | 2C | 24 | 98 | 55 | 23 |
| Octal | 15 | 243 | 134 | 134 | 0 | 54 | 44 | 230 | 125 | 43 |
| Binary | 1101 | 10100011 | 1011100 | 1011100 | 0 | 101100 | 100100 | 10011000 | 1010101 | 100011 |
Color Harmonies of #0DA35C
Complementary color
Monochromatic Colors of #0DA35C
Black with #0DA35C
Text Example
Text Example
White with #0DA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DA35C; }
p { color: rgb(13,163,92); }
H1.HeaderClassName
{
color: #0DA35C;
}
.AnyTagClassName
{
color: #0DA35C;
}
</style>
background-color css
<style>
a { background-color: #0DA35C; }
a { background-color: rgb(13,163,92); }
div.DivClassName
{
background-color: #0DA35C;
}
.BgClassName
{
background-color: #0DA35C;
}
</style>
border-color css
<style>
span { border-color: #0DA35C; }
span { border-color: rgb(13,163,92); }
td.TdClassName
{
border-color: #0DA35C;
}
.TagClassName
{
border-color: #0DA35C;
}
</style>