Shades of Shamrock Green #039C64
Tints of Shamrock Green #039C64
RGB
CMYK
RGB Variations
Color information
#039C64 (or 0x039C64) is known color: Shamrock Green. HEX triplet: 03, 9C and 64. RGB value is (3,156,100). Sum of RGB (Red+Green+Blue) = 3+156+100=259 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.16% from 259); Green value is 156 (61.33% from 255 or 60.23% from 259); Blue value is 100 (39.45% from 255 or 38.61% from 259); Max value from RGB is 156 - color contains mainly: green. Hex color #039C64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039C64 is #FC639B. Grayscale: #676767. Windows color (decimal): -16540572 or 6593539. OLE color: 6593539.
HSL color Cylindrical-coordinate representation of color #039C64: hue angle of 158.04º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039C64 is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 3 | 156 | 100 | - |
| CMYK | 0.98 | 0 | 0.36 | 0.39 |
| HSL | 158.04º | 0.96% | 0.31% | - |
| HSV(B) | 158.04º | 0.98% | 0.61% | - |
| XYZ | 14.23 | 24.72 | 16.08 | - |
| YUV | 103.87 | 125.81 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 156 | 100 | 0.98 | 0 | 0.36 | 0.39 | 158.04 | 0.96 | 0.31 |
| Hex | 3 | 9C | 64 | 62 | 0 | 24 | 27 | 9E | 60 | 1F |
| Octal | 3 | 234 | 144 | 142 | 0 | 44 | 47 | 236 | 140 | 37 |
| Binary | 11 | 10011100 | 1100100 | 1100010 | 0 | 100100 | 100111 | 10011110 | 1100000 | 11111 |
Color Harmonies of #039C64
Complementary color
Monochromatic Colors of #039C64
Black with #039C64
Text Example
Text Example
White with #039C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039C64; }
p { color: rgb(3,156,100); }
H1.HeaderClassName
{
color: #039C64;
}
.AnyTagClassName
{
color: #039C64;
}
</style>
background-color css
<style>
a { background-color: #039C64; }
a { background-color: rgb(3,156,100); }
div.DivClassName
{
background-color: #039C64;
}
.BgClassName
{
background-color: #039C64;
}
</style>
border-color css
<style>
span { border-color: #039C64; }
span { border-color: rgb(3,156,100); }
td.TdClassName
{
border-color: #039C64;
}
.TagClassName
{
border-color: #039C64;
}
</style>