Shades of Shamrock Green #07A45F
Tints of Shamrock Green #07A45F
RGB
CMYK
RGB Variations
Color information
#07A45F (or 0x07A45F) is known color: Shamrock Green. HEX triplet: 07, A4 and 5F. RGB value is (7,164,95). Sum of RGB (Red+Green+Blue) = 7+164+95=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 164 (64.45% from 255 or 61.65% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 164 - color contains mainly: green. Hex color #07A45F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A45F is #F85BA0. Grayscale: #6D6D6D. Windows color (decimal): -16276385 or 6267911. OLE color: 6267911.
HSL color Cylindrical-coordinate representation of color #07A45F: hue angle of 153.63º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A45F is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 164 | 95 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.36 |
| HSL | 153.63º | 0.92% | 0.34% | - |
| HSV(B) | 153.63º | 0.96% | 0.64% | - |
| XYZ | 15.43 | 27.42 | 15.31 | - |
| YUV | 109.19 | 119.99 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 164 | 95 | 0.96 | 0 | 0.42 | 0.36 | 153.63 | 0.92 | 0.34 |
| Hex | 7 | A4 | 5F | 60 | 0 | 2A | 24 | 9A | 5C | 22 |
| Octal | 7 | 244 | 137 | 140 | 0 | 52 | 44 | 232 | 134 | 42 |
| Binary | 111 | 10100100 | 1011111 | 1100000 | 0 | 101010 | 100100 | 10011010 | 1011100 | 100010 |
Color Harmonies of #07A45F
Complementary color
Monochromatic Colors of #07A45F
Black with #07A45F
Text Example
Text Example
White with #07A45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A45F; }
p { color: rgb(7,164,95); }
H1.HeaderClassName
{
color: #07A45F;
}
.AnyTagClassName
{
color: #07A45F;
}
</style>
background-color css
<style>
a { background-color: #07A45F; }
a { background-color: rgb(7,164,95); }
div.DivClassName
{
background-color: #07A45F;
}
.BgClassName
{
background-color: #07A45F;
}
</style>
border-color css
<style>
span { border-color: #07A45F; }
span { border-color: rgb(7,164,95); }
td.TdClassName
{
border-color: #07A45F;
}
.TagClassName
{
border-color: #07A45F;
}
</style>