Shades of Shamrock Green #03A45F
Tints of Shamrock Green #03A45F
RGB
CMYK
RGB Variations
Color information
#03A45F (or 0x03A45F) is known color: Shamrock Green. HEX triplet: 03, A4 and 5F. RGB value is (3,164,95). Sum of RGB (Red+Green+Blue) = 3+164+95=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 164 (64.45% from 255 or 62.60% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 164 - color contains mainly: green. Hex color #03A45F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A45F is #FC5BA0. Grayscale: #6C6C6C. Windows color (decimal): -16538529 or 6267907. OLE color: 6267907.
HSL color Cylindrical-coordinate representation of color #03A45F: hue angle of 154.29º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A45F is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 164 | 95 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.36 |
| HSL | 154.29º | 0.96% | 0.33% | - |
| HSV(B) | 154.29º | 0.98% | 0.64% | - |
| XYZ | 15.38 | 27.4 | 15.3 | - |
| YUV | 108 | 120.66 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 164 | 95 | 0.98 | 0 | 0.42 | 0.36 | 154.29 | 0.96 | 0.33 |
| Hex | 3 | A4 | 5F | 62 | 0 | 2A | 24 | 9A | 60 | 21 |
| Octal | 3 | 244 | 137 | 142 | 0 | 52 | 44 | 232 | 140 | 41 |
| Binary | 11 | 10100100 | 1011111 | 1100010 | 0 | 101010 | 100100 | 10011010 | 1100000 | 100001 |
Color Harmonies of #03A45F
Complementary color
Monochromatic Colors of #03A45F
Black with #03A45F
Text Example
Text Example
White with #03A45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A45F; }
p { color: rgb(3,164,95); }
H1.HeaderClassName
{
color: #03A45F;
}
.AnyTagClassName
{
color: #03A45F;
}
</style>
background-color css
<style>
a { background-color: #03A45F; }
a { background-color: rgb(3,164,95); }
div.DivClassName
{
background-color: #03A45F;
}
.BgClassName
{
background-color: #03A45F;
}
</style>
border-color css
<style>
span { border-color: #03A45F; }
span { border-color: rgb(3,164,95); }
td.TdClassName
{
border-color: #03A45F;
}
.TagClassName
{
border-color: #03A45F;
}
</style>