Shades of Shamrock Green #03A55D
Tints of Shamrock Green #03A55D
RGB
CMYK
RGB Variations
Color information
#03A55D (or 0x03A55D) is known color: Shamrock Green. HEX triplet: 03, A5 and 5D. RGB value is (3,165,93). Sum of RGB (Red+Green+Blue) = 3+165+93=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #03A55D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A55D is #FC5AA2. Grayscale: #6C6C6C. Windows color (decimal): -16538275 or 6137091. OLE color: 6137091.
HSL color Cylindrical-coordinate representation of color #03A55D: hue angle of 153.33º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A55D is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 165 | 93 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.35 |
| HSL | 153.33º | 0.96% | 0.33% | - |
| HSV(B) | 153.33º | 0.98% | 0.65% | - |
| XYZ | 15.47 | 27.72 | 14.89 | - |
| YUV | 108.35 | 119.33 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 165 | 93 | 0.98 | 0 | 0.44 | 0.35 | 153.33 | 0.96 | 0.33 |
| Hex | 3 | A5 | 5D | 62 | 0 | 2C | 23 | 99 | 60 | 21 |
| Octal | 3 | 245 | 135 | 142 | 0 | 54 | 43 | 231 | 140 | 41 |
| Binary | 11 | 10100101 | 1011101 | 1100010 | 0 | 101100 | 100011 | 10011001 | 1100000 | 100001 |
Color Harmonies of #03A55D
Complementary color
Monochromatic Colors of #03A55D
Black with #03A55D
Text Example
Text Example
White with #03A55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A55D; }
p { color: rgb(3,165,93); }
H1.HeaderClassName
{
color: #03A55D;
}
.AnyTagClassName
{
color: #03A55D;
}
</style>
background-color css
<style>
a { background-color: #03A55D; }
a { background-color: rgb(3,165,93); }
div.DivClassName
{
background-color: #03A55D;
}
.BgClassName
{
background-color: #03A55D;
}
</style>
border-color css
<style>
span { border-color: #03A55D; }
span { border-color: rgb(3,165,93); }
td.TdClassName
{
border-color: #03A55D;
}
.TagClassName
{
border-color: #03A55D;
}
</style>