Shades of Shamrock Green #0D935D
Tints of Shamrock Green #0D935D
RGB
CMYK
RGB Variations
Color information
#0D935D (or 0x0D935D) is known color: Shamrock Green. HEX triplet: 0D, 93 and 5D. RGB value is (13,147,93). Sum of RGB (Red+Green+Blue) = 13+147+93=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 147 (57.81% from 255 or 58.10% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 147 - color contains mainly: green. Hex color #0D935D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D935D is #F26CA2. Grayscale: #646464. Windows color (decimal): -15887523 or 6132493. OLE color: 6132493.
HSL color Cylindrical-coordinate representation of color #0D935D: hue angle of 155.82º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D935D is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 93 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.42 |
| HSL | 155.82º | 0.84% | 0.31% | - |
| HSV(B) | 155.82º | 0.91% | 0.58% | - |
| XYZ | 12.58 | 21.74 | 13.89 | - |
| YUV | 100.78 | 123.61 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 93 | 0.91 | 0 | 0.37 | 0.42 | 155.82 | 0.84 | 0.31 |
| Hex | D | 93 | 5D | 5B | 0 | 25 | 2A | 9C | 54 | 1F |
| Octal | 15 | 223 | 135 | 133 | 0 | 45 | 52 | 234 | 124 | 37 |
| Binary | 1101 | 10010011 | 1011101 | 1011011 | 0 | 100101 | 101010 | 10011100 | 1010100 | 11111 |
Color Harmonies of #0D935D
Complementary color
Monochromatic Colors of #0D935D
Black with #0D935D
Text Example
Text Example
White with #0D935D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D935D; }
p { color: rgb(13,147,93); }
H1.HeaderClassName
{
color: #0D935D;
}
.AnyTagClassName
{
color: #0D935D;
}
</style>
background-color css
<style>
a { background-color: #0D935D; }
a { background-color: rgb(13,147,93); }
div.DivClassName
{
background-color: #0D935D;
}
.BgClassName
{
background-color: #0D935D;
}
</style>
border-color css
<style>
span { border-color: #0D935D; }
span { border-color: rgb(13,147,93); }
td.TdClassName
{
border-color: #0D935D;
}
.TagClassName
{
border-color: #0D935D;
}
</style>