Shades of Shamrock Green #07A260
Tints of Shamrock Green #07A260
RGB
CMYK
RGB Variations
Color information
#07A260 (or 0x07A260) is known color: Shamrock Green. HEX triplet: 07, A2 and 60. RGB value is (7,162,96). Sum of RGB (Red+Green+Blue) = 7+162+96=265 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.64% from 265); Green value is 162 (63.67% from 255 or 61.13% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 162 - color contains mainly: green. Hex color #07A260 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A260 is #F85D9F. Grayscale: #6C6C6C. Windows color (decimal): -16276896 or 6332935. OLE color: 6332935.
HSL color Cylindrical-coordinate representation of color #07A260: hue angle of 154.45º 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 #07A260 is Cyan = 0.96, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 96 | - |
| CMYK | 0.96 | 0 | 0.41 | 0.36 |
| HSL | 154.45º | 0.92% | 0.33% | - |
| HSV(B) | 154.45º | 0.96% | 0.64% | - |
| XYZ | 15.12 | 26.73 | 15.43 | - |
| YUV | 108.13 | 121.15 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 96 | 0.96 | 0 | 0.41 | 0.36 | 154.45 | 0.92 | 0.33 |
| Hex | 7 | A2 | 60 | 60 | 0 | 29 | 24 | 9A | 5C | 21 |
| Octal | 7 | 242 | 140 | 140 | 0 | 51 | 44 | 232 | 134 | 41 |
| Binary | 111 | 10100010 | 1100000 | 1100000 | 0 | 101001 | 100100 | 10011010 | 1011100 | 100001 |
Color Harmonies of #07A260
Complementary color
Monochromatic Colors of #07A260
Black with #07A260
Text Example
Text Example
White with #07A260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A260; }
p { color: rgb(7,162,96); }
H1.HeaderClassName
{
color: #07A260;
}
.AnyTagClassName
{
color: #07A260;
}
</style>
background-color css
<style>
a { background-color: #07A260; }
a { background-color: rgb(7,162,96); }
div.DivClassName
{
background-color: #07A260;
}
.BgClassName
{
background-color: #07A260;
}
</style>
border-color css
<style>
span { border-color: #07A260; }
span { border-color: rgb(7,162,96); }
td.TdClassName
{
border-color: #07A260;
}
.TagClassName
{
border-color: #07A260;
}
</style>