Shades of Shamrock Green #07A25F
Tints of Shamrock Green #07A25F
RGB
CMYK
RGB Variations
Color information
#07A25F (or 0x07A25F) is known color: Shamrock Green. HEX triplet: 07, A2 and 5F. RGB value is (7,162,95). Sum of RGB (Red+Green+Blue) = 7+162+95=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 162 (63.67% from 255 or 61.36% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 162 - color contains mainly: green. Hex color #07A25F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A25F is #F85DA0. Grayscale: #6C6C6C. Windows color (decimal): -16276897 or 6267399. OLE color: 6267399.
HSL color Cylindrical-coordinate representation of color #07A25F: hue angle of 154.06º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A25F is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 95 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.36 |
| HSL | 154.06º | 0.92% | 0.33% | - |
| HSV(B) | 154.06º | 0.96% | 0.64% | - |
| XYZ | 15.07 | 26.71 | 15.19 | - |
| YUV | 108.02 | 120.65 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 95 | 0.96 | 0 | 0.41 | 0.36 | 154.06 | 0.92 | 0.33 |
| Hex | 7 | A2 | 5F | 60 | 0 | 29 | 24 | 9A | 5C | 21 |
| Octal | 7 | 242 | 137 | 140 | 0 | 51 | 44 | 232 | 134 | 41 |
| Binary | 111 | 10100010 | 1011111 | 1100000 | 0 | 101001 | 100100 | 10011010 | 1011100 | 100001 |
Color Harmonies of #07A25F
Complementary color
Monochromatic Colors of #07A25F
Black with #07A25F
Text Example
Text Example
White with #07A25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A25F; }
p { color: rgb(7,162,95); }
H1.HeaderClassName
{
color: #07A25F;
}
.AnyTagClassName
{
color: #07A25F;
}
</style>
background-color css
<style>
a { background-color: #07A25F; }
a { background-color: rgb(7,162,95); }
div.DivClassName
{
background-color: #07A25F;
}
.BgClassName
{
background-color: #07A25F;
}
</style>
border-color css
<style>
span { border-color: #07A25F; }
span { border-color: rgb(7,162,95); }
td.TdClassName
{
border-color: #07A25F;
}
.TagClassName
{
border-color: #07A25F;
}
</style>