Shades of Shamrock Green #03A05D
Tints of Shamrock Green #03A05D
RGB
CMYK
RGB Variations
Color information
#03A05D (or 0x03A05D) is known color: Shamrock Green. HEX triplet: 03, A0 and 5D. RGB value is (3,160,93). Sum of RGB (Red+Green+Blue) = 3+160+93=256 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.17% from 256); Green value is 160 (62.89% from 255 or 62.5% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 160 - color contains mainly: green. Hex color #03A05D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A05D is #FC5FA2. Grayscale: #696969. Windows color (decimal): -16539555 or 6135811. OLE color: 6135811.
HSL color Cylindrical-coordinate representation of color #03A05D: hue angle of 154.39º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A05D is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 3 | 160 | 93 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.37 |
| HSL | 154.39º | 0.96% | 0.32% | - |
| HSV(B) | 154.39º | 0.98% | 0.63% | - |
| XYZ | 14.58 | 25.95 | 14.6 | - |
| YUV | 105.42 | 120.99 | 54.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 160 | 93 | 0.98 | 0 | 0.42 | 0.37 | 154.39 | 0.96 | 0.32 |
| Hex | 3 | A0 | 5D | 62 | 0 | 2A | 25 | 9A | 60 | 20 |
| Octal | 3 | 240 | 135 | 142 | 0 | 52 | 45 | 232 | 140 | 40 |
| Binary | 11 | 10100000 | 1011101 | 1100010 | 0 | 101010 | 100101 | 10011010 | 1100000 | 100000 |
Color Harmonies of #03A05D
Complementary color
Monochromatic Colors of #03A05D
Black with #03A05D
Text Example
Text Example
White with #03A05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A05D; }
p { color: rgb(3,160,93); }
H1.HeaderClassName
{
color: #03A05D;
}
.AnyTagClassName
{
color: #03A05D;
}
</style>
background-color css
<style>
a { background-color: #03A05D; }
a { background-color: rgb(3,160,93); }
div.DivClassName
{
background-color: #03A05D;
}
.BgClassName
{
background-color: #03A05D;
}
</style>
border-color css
<style>
span { border-color: #03A05D; }
span { border-color: rgb(3,160,93); }
td.TdClassName
{
border-color: #03A05D;
}
.TagClassName
{
border-color: #03A05D;
}
</style>