Shades of Shamrock Green #039D68
Tints of Shamrock Green #039D68
RGB
CMYK
RGB Variations
Color information
#039D68 (or 0x039D68) is known color: Shamrock Green. HEX triplet: 03, 9D and 68. RGB value is (3,157,104). Sum of RGB (Red+Green+Blue) = 3+157+104=264 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.14% from 264); Green value is 157 (61.72% from 255 or 59.47% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 157 - color contains mainly: green. Hex color #039D68 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039D68 is #FC6297. Grayscale: #686868. Windows color (decimal): -16540312 or 6855939. OLE color: 6855939.
HSL color Cylindrical-coordinate representation of color #039D68: hue angle of 159.35º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039D68 is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 157 | 104 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.38 |
| HSL | 159.35º | 0.96% | 0.31% | - |
| HSV(B) | 159.35º | 0.98% | 0.62% | - |
| XYZ | 14.59 | 25.13 | 17.18 | - |
| YUV | 104.91 | 127.48 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 157 | 104 | 0.98 | 0 | 0.34 | 0.38 | 159.35 | 0.96 | 0.31 |
| Hex | 3 | 9D | 68 | 62 | 0 | 22 | 26 | 9F | 60 | 1F |
| Octal | 3 | 235 | 150 | 142 | 0 | 42 | 46 | 237 | 140 | 37 |
| Binary | 11 | 10011101 | 1101000 | 1100010 | 0 | 100010 | 100110 | 10011111 | 1100000 | 11111 |
Color Harmonies of #039D68
Complementary color
Monochromatic Colors of #039D68
Black with #039D68
Text Example
Text Example
White with #039D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039D68; }
p { color: rgb(3,157,104); }
H1.HeaderClassName
{
color: #039D68;
}
.AnyTagClassName
{
color: #039D68;
}
</style>
background-color css
<style>
a { background-color: #039D68; }
a { background-color: rgb(3,157,104); }
div.DivClassName
{
background-color: #039D68;
}
.BgClassName
{
background-color: #039D68;
}
</style>
border-color css
<style>
span { border-color: #039D68; }
span { border-color: rgb(3,157,104); }
td.TdClassName
{
border-color: #039D68;
}
.TagClassName
{
border-color: #039D68;
}
</style>