Shades of Shamrock Green #0D955C
Tints of Shamrock Green #0D955C
RGB
CMYK
RGB Variations
Color information
#0D955C (or 0x0D955C) is known color: Shamrock Green. HEX triplet: 0D, 95 and 5C. RGB value is (13,149,92). Sum of RGB (Red+Green+Blue) = 13+149+92=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #0D955C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D955C is #F26AA3. Grayscale: #656565. Windows color (decimal): -15887012 or 6067469. OLE color: 6067469.
HSL color Cylindrical-coordinate representation of color #0D955C: hue angle of 154.85º 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 #0D955C is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 149 | 92 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.42 |
| HSL | 154.85º | 0.84% | 0.32% | - |
| HSV(B) | 154.85º | 0.91% | 0.58% | - |
| XYZ | 12.85 | 22.35 | 13.76 | - |
| YUV | 101.84 | 122.44 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 149 | 92 | 0.91 | 0 | 0.38 | 0.42 | 154.85 | 0.84 | 0.32 |
| Hex | D | 95 | 5C | 5B | 0 | 26 | 2A | 9B | 54 | 20 |
| Octal | 15 | 225 | 134 | 133 | 0 | 46 | 52 | 233 | 124 | 40 |
| Binary | 1101 | 10010101 | 1011100 | 1011011 | 0 | 100110 | 101010 | 10011011 | 1010100 | 100000 |
Color Harmonies of #0D955C
Complementary color
Monochromatic Colors of #0D955C
Black with #0D955C
Text Example
Text Example
White with #0D955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D955C; }
p { color: rgb(13,149,92); }
H1.HeaderClassName
{
color: #0D955C;
}
.AnyTagClassName
{
color: #0D955C;
}
</style>
background-color css
<style>
a { background-color: #0D955C; }
a { background-color: rgb(13,149,92); }
div.DivClassName
{
background-color: #0D955C;
}
.BgClassName
{
background-color: #0D955C;
}
</style>
border-color css
<style>
span { border-color: #0D955C; }
span { border-color: rgb(13,149,92); }
td.TdClassName
{
border-color: #0D955C;
}
.TagClassName
{
border-color: #0D955C;
}
</style>