Shades of Shamrock Green #0D9969
Tints of Shamrock Green #0D9969
RGB
CMYK
RGB Variations
Color information
#0D9969 (or 0x0D9969) is known color: Shamrock Green. HEX triplet: 0D, 99 and 69. RGB value is (13,153,105). Sum of RGB (Red+Green+Blue) = 13+153+105=271 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.80% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 105 (41.41% from 255 or 38.75% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #0D9969 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9969 is #F26696. Grayscale: #696969. Windows color (decimal): -15885975 or 6920461. OLE color: 6920461.
HSL color Cylindrical-coordinate representation of color #0D9969: hue angle of 159.43º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9969 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 13 | 153 | 105 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.4 |
| HSL | 159.43º | 0.84% | 0.33% | - |
| HSV(B) | 159.43º | 0.92% | 0.6% | - |
| XYZ | 14.11 | 23.89 | 17.23 | - |
| YUV | 105.67 | 127.62 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 105 | 0.92 | 0 | 0.31 | 0.4 | 159.43 | 0.84 | 0.33 |
| Hex | D | 99 | 69 | 5C | 0 | 1F | 28 | 9F | 54 | 21 |
| Octal | 15 | 231 | 151 | 134 | 0 | 37 | 50 | 237 | 124 | 41 |
| Binary | 1101 | 10011001 | 1101001 | 1011100 | 0 | 11111 | 101000 | 10011111 | 1010100 | 100001 |
Color Harmonies of #0D9969
Complementary color
Monochromatic Colors of #0D9969
Black with #0D9969
Text Example
Text Example
White with #0D9969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9969; }
p { color: rgb(13,153,105); }
H1.HeaderClassName
{
color: #0D9969;
}
.AnyTagClassName
{
color: #0D9969;
}
</style>
background-color css
<style>
a { background-color: #0D9969; }
a { background-color: rgb(13,153,105); }
div.DivClassName
{
background-color: #0D9969;
}
.BgClassName
{
background-color: #0D9969;
}
</style>
border-color css
<style>
span { border-color: #0D9969; }
span { border-color: rgb(13,153,105); }
td.TdClassName
{
border-color: #0D9969;
}
.TagClassName
{
border-color: #0D9969;
}
</style>