Shades of Shamrock Green #0D9256
Tints of Shamrock Green #0D9256
RGB
CMYK
RGB Variations
Color information
#0D9256 (or 0x0D9256) is known color: Shamrock Green. HEX triplet: 0D, 92 and 56. RGB value is (13,146,86). Sum of RGB (Red+Green+Blue) = 13+146+86=245 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.31% from 245); Green value is 146 (57.42% from 255 or 59.59% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9256 is #F26DA9. Grayscale: #636363. Windows color (decimal): -15887786 or 5673485. OLE color: 5673485.
HSL color Cylindrical-coordinate representation of color #0D9256: hue angle of 152.93º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9256 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 13 | 146 | 86 | - |
| CMYK | 0.91 | 0 | 0.41 | 0.43 |
| HSL | 152.93º | 0.84% | 0.31% | - |
| HSV(B) | 152.93º | 0.91% | 0.57% | - |
| XYZ | 12.12 | 21.32 | 12.28 | - |
| YUV | 99.39 | 120.44 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 146 | 86 | 0.91 | 0 | 0.41 | 0.43 | 152.93 | 0.84 | 0.31 |
| Hex | D | 92 | 56 | 5B | 0 | 29 | 2B | 99 | 54 | 1F |
| Octal | 15 | 222 | 126 | 133 | 0 | 51 | 53 | 231 | 124 | 37 |
| Binary | 1101 | 10010010 | 1010110 | 1011011 | 0 | 101001 | 101011 | 10011001 | 1010100 | 11111 |
Color Harmonies of #0D9256
Complementary color
Monochromatic Colors of #0D9256
Black with #0D9256
Text Example
Text Example
White with #0D9256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9256; }
p { color: rgb(13,146,86); }
H1.HeaderClassName
{
color: #0D9256;
}
.AnyTagClassName
{
color: #0D9256;
}
</style>
background-color css
<style>
a { background-color: #0D9256; }
a { background-color: rgb(13,146,86); }
div.DivClassName
{
background-color: #0D9256;
}
.BgClassName
{
background-color: #0D9256;
}
</style>
border-color css
<style>
span { border-color: #0D9256; }
span { border-color: rgb(13,146,86); }
td.TdClassName
{
border-color: #0D9256;
}
.TagClassName
{
border-color: #0D9256;
}
</style>