Shades of Shamrock Green #0D9462
Tints of Shamrock Green #0D9462
RGB
CMYK
RGB Variations
Color information
#0D9462 (or 0x0D9462) is known color: Shamrock Green. HEX triplet: 0D, 94 and 62. RGB value is (13,148,98). Sum of RGB (Red+Green+Blue) = 13+148+98=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 98 (38.67% from 255 or 37.84% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #0D9462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9462 is #F26B9D. Grayscale: #666666. Windows color (decimal): -15887262 or 6460429. OLE color: 6460429.
HSL color Cylindrical-coordinate representation of color #0D9462: hue angle of 157.78º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9462 is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 98 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.42 |
| HSL | 157.78º | 0.84% | 0.32% | - |
| HSV(B) | 157.78º | 0.91% | 0.58% | - |
| XYZ | 12.96 | 22.15 | 15.15 | - |
| YUV | 101.94 | 125.77 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 98 | 0.91 | 0 | 0.34 | 0.42 | 157.78 | 0.84 | 0.32 |
| Hex | D | 94 | 62 | 5B | 0 | 22 | 2A | 9E | 54 | 20 |
| Octal | 15 | 224 | 142 | 133 | 0 | 42 | 52 | 236 | 124 | 40 |
| Binary | 1101 | 10010100 | 1100010 | 1011011 | 0 | 100010 | 101010 | 10011110 | 1010100 | 100000 |
Color Harmonies of #0D9462
Complementary color
Monochromatic Colors of #0D9462
Black with #0D9462
Text Example
Text Example
White with #0D9462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9462; }
p { color: rgb(13,148,98); }
H1.HeaderClassName
{
color: #0D9462;
}
.AnyTagClassName
{
color: #0D9462;
}
</style>
background-color css
<style>
a { background-color: #0D9462; }
a { background-color: rgb(13,148,98); }
div.DivClassName
{
background-color: #0D9462;
}
.BgClassName
{
background-color: #0D9462;
}
</style>
border-color css
<style>
span { border-color: #0D9462; }
span { border-color: rgb(13,148,98); }
td.TdClassName
{
border-color: #0D9462;
}
.TagClassName
{
border-color: #0D9462;
}
</style>