Shades of Shamrock Green #0D935B
Tints of Shamrock Green #0D935B
RGB
CMYK
RGB Variations
Color information
#0D935B (or 0x0D935B) is known color: Shamrock Green. HEX triplet: 0D, 93 and 5B. RGB value is (13,147,91). Sum of RGB (Red+Green+Blue) = 13+147+91=251 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.18% from 251); Green value is 147 (57.81% from 255 or 58.57% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 147 - color contains mainly: green. Hex color #0D935B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D935B is #F26CA4. Grayscale: #646464. Windows color (decimal): -15887525 or 6001421. OLE color: 6001421.
HSL color Cylindrical-coordinate representation of color #0D935B: hue angle of 154.93º 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 #0D935B is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 147 | 91 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.42 |
| HSL | 154.93º | 0.84% | 0.31% | - |
| HSV(B) | 154.93º | 0.91% | 0.58% | - |
| XYZ | 12.49 | 21.71 | 13.43 | - |
| YUV | 100.55 | 122.61 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 147 | 91 | 0.91 | 0 | 0.38 | 0.42 | 154.93 | 0.84 | 0.31 |
| Hex | D | 93 | 5B | 5B | 0 | 26 | 2A | 9B | 54 | 1F |
| Octal | 15 | 223 | 133 | 133 | 0 | 46 | 52 | 233 | 124 | 37 |
| Binary | 1101 | 10010011 | 1011011 | 1011011 | 0 | 100110 | 101010 | 10011011 | 1010100 | 11111 |
Color Harmonies of #0D935B
Complementary color
Monochromatic Colors of #0D935B
Black with #0D935B
Text Example
Text Example
White with #0D935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D935B; }
p { color: rgb(13,147,91); }
H1.HeaderClassName
{
color: #0D935B;
}
.AnyTagClassName
{
color: #0D935B;
}
</style>
background-color css
<style>
a { background-color: #0D935B; }
a { background-color: rgb(13,147,91); }
div.DivClassName
{
background-color: #0D935B;
}
.BgClassName
{
background-color: #0D935B;
}
</style>
border-color css
<style>
span { border-color: #0D935B; }
span { border-color: rgb(13,147,91); }
td.TdClassName
{
border-color: #0D935B;
}
.TagClassName
{
border-color: #0D935B;
}
</style>