Shades of Shamrock Green #039E5E
Tints of Shamrock Green #039E5E
RGB
CMYK
RGB Variations
Color information
#039E5E (or 0x039E5E) is known color: Shamrock Green. HEX triplet: 03, 9E and 5E. RGB value is (3,158,94). Sum of RGB (Red+Green+Blue) = 3+158+94=255 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.18% from 255); Green value is 158 (62.11% from 255 or 61.96% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 158 - color contains mainly: green. Hex color #039E5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039E5E is #FC61A1. Grayscale: #686868. Windows color (decimal): -16540066 or 6200835. OLE color: 6200835.
HSL color Cylindrical-coordinate representation of color #039E5E: hue angle of 155.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039E5E is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 3 | 158 | 94 | - |
| CMYK | 0.98 | 0 | 0.41 | 0.38 |
| HSL | 155.23º | 0.96% | 0.32% | - |
| HSV(B) | 155.23º | 0.98% | 0.62% | - |
| XYZ | 14.28 | 25.28 | 14.72 | - |
| YUV | 104.36 | 122.15 | 55.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 158 | 94 | 0.98 | 0 | 0.41 | 0.38 | 155.23 | 0.96 | 0.32 |
| Hex | 3 | 9E | 5E | 62 | 0 | 29 | 26 | 9B | 60 | 20 |
| Octal | 3 | 236 | 136 | 142 | 0 | 51 | 46 | 233 | 140 | 40 |
| Binary | 11 | 10011110 | 1011110 | 1100010 | 0 | 101001 | 100110 | 10011011 | 1100000 | 100000 |
Color Harmonies of #039E5E
Complementary color
Monochromatic Colors of #039E5E
Black with #039E5E
Text Example
Text Example
White with #039E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #039E5E; }
p { color: rgb(3,158,94); }
H1.HeaderClassName
{
color: #039E5E;
}
.AnyTagClassName
{
color: #039E5E;
}
</style>
background-color css
<style>
a { background-color: #039E5E; }
a { background-color: rgb(3,158,94); }
div.DivClassName
{
background-color: #039E5E;
}
.BgClassName
{
background-color: #039E5E;
}
</style>
border-color css
<style>
span { border-color: #039E5E; }
span { border-color: rgb(3,158,94); }
td.TdClassName
{
border-color: #039E5E;
}
.TagClassName
{
border-color: #039E5E;
}
</style>