Shades of Shamrock Green #0D945D
Tints of Shamrock Green #0D945D
RGB
CMYK
RGB Variations
Color information
#0D945D (or 0x0D945D) is known color: Shamrock Green. HEX triplet: 0D, 94 and 5D. RGB value is (13,148,93). Sum of RGB (Red+Green+Blue) = 13+148+93=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 148 (58.20% from 255 or 58.27% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 148 - color contains mainly: green. Hex color #0D945D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D945D is #F26BA2. Grayscale: #656565. Windows color (decimal): -15887267 or 6132749. OLE color: 6132749.
HSL color Cylindrical-coordinate representation of color #0D945D: hue angle of 155.56º 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 #0D945D is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 93 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.42 |
| HSL | 155.56º | 0.84% | 0.32% | - |
| HSV(B) | 155.56º | 0.91% | 0.58% | - |
| XYZ | 12.73 | 22.06 | 13.94 | - |
| YUV | 101.37 | 123.27 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 93 | 0.91 | 0 | 0.37 | 0.42 | 155.56 | 0.84 | 0.32 |
| Hex | D | 94 | 5D | 5B | 0 | 25 | 2A | 9C | 54 | 20 |
| Octal | 15 | 224 | 135 | 133 | 0 | 45 | 52 | 234 | 124 | 40 |
| Binary | 1101 | 10010100 | 1011101 | 1011011 | 0 | 100101 | 101010 | 10011100 | 1010100 | 100000 |
Color Harmonies of #0D945D
Complementary color
Monochromatic Colors of #0D945D
Black with #0D945D
Text Example
Text Example
White with #0D945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D945D; }
p { color: rgb(13,148,93); }
H1.HeaderClassName
{
color: #0D945D;
}
.AnyTagClassName
{
color: #0D945D;
}
</style>
background-color css
<style>
a { background-color: #0D945D; }
a { background-color: rgb(13,148,93); }
div.DivClassName
{
background-color: #0D945D;
}
.BgClassName
{
background-color: #0D945D;
}
</style>
border-color css
<style>
span { border-color: #0D945D; }
span { border-color: rgb(13,148,93); }
td.TdClassName
{
border-color: #0D945D;
}
.TagClassName
{
border-color: #0D945D;
}
</style>