Shades of Shamrock Green #0D935C
Tints of Shamrock Green #0D935C
RGB
CMYK
RGB Variations
Color information
#0D935C (or 0x0D935C) is known color: Shamrock Green. HEX triplet: 0D, 93 and 5C. RGB value is (13,147,92). Sum of RGB (Red+Green+Blue) = 13+147+92=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 147 (57.81% from 255 or 58.33% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 147 - color contains mainly: green. Hex color #0D935C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D935C is #F26CA3. Grayscale: #646464. Windows color (decimal): -15887524 or 6066957. OLE color: 6066957.
HSL color Cylindrical-coordinate representation of color #0D935C: hue angle of 155.37º 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 #0D935C is Cyan = 0.91, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 92 | - |
| CMYK | 0.91 | 0 | 0.37 | 0.42 |
| HSL | 155.37º | 0.84% | 0.31% | - |
| HSV(B) | 155.37º | 0.91% | 0.58% | - |
| XYZ | 12.53 | 21.73 | 13.66 | - |
| YUV | 100.66 | 123.11 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 92 | 0.91 | 0 | 0.37 | 0.42 | 155.37 | 0.84 | 0.31 |
| Hex | D | 93 | 5C | 5B | 0 | 25 | 2A | 9B | 54 | 1F |
| Octal | 15 | 223 | 134 | 133 | 0 | 45 | 52 | 233 | 124 | 37 |
| Binary | 1101 | 10010011 | 1011100 | 1011011 | 0 | 100101 | 101010 | 10011011 | 1010100 | 11111 |
Color Harmonies of #0D935C
Complementary color
Monochromatic Colors of #0D935C
Black with #0D935C
Text Example
Text Example
White with #0D935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D935C; }
p { color: rgb(13,147,92); }
H1.HeaderClassName
{
color: #0D935C;
}
.AnyTagClassName
{
color: #0D935C;
}
</style>
background-color css
<style>
a { background-color: #0D935C; }
a { background-color: rgb(13,147,92); }
div.DivClassName
{
background-color: #0D935C;
}
.BgClassName
{
background-color: #0D935C;
}
</style>
border-color css
<style>
span { border-color: #0D935C; }
span { border-color: rgb(13,147,92); }
td.TdClassName
{
border-color: #0D935C;
}
.TagClassName
{
border-color: #0D935C;
}
</style>