Shades of Shamrock Green #07A85E
Tints of Shamrock Green #07A85E
RGB
CMYK
RGB Variations
Color information
#07A85E (or 0x07A85E) is known color: Shamrock Green. HEX triplet: 07, A8 and 5E. RGB value is (7,168,94). Sum of RGB (Red+Green+Blue) = 7+168+94=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 168 (66.02% from 255 or 62.45% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 168 - color contains mainly: green. Hex color #07A85E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A85E is #F857A1. Grayscale: #6F6F6F. Windows color (decimal): -16275362 or 6203399. OLE color: 6203399.
HSL color Cylindrical-coordinate representation of color #07A85E: hue angle of 152.42º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A85E is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 168 | 94 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.34 |
| HSL | 152.42º | 0.92% | 0.34% | - |
| HSV(B) | 152.42º | 0.96% | 0.66% | - |
| XYZ | 16.11 | 28.86 | 15.31 | - |
| YUV | 111.43 | 118.16 | 53.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 168 | 94 | 0.96 | 0 | 0.44 | 0.34 | 152.42 | 0.92 | 0.34 |
| Hex | 7 | A8 | 5E | 60 | 0 | 2C | 22 | 98 | 5C | 22 |
| Octal | 7 | 250 | 136 | 140 | 0 | 54 | 42 | 230 | 134 | 42 |
| Binary | 111 | 10101000 | 1011110 | 1100000 | 0 | 101100 | 100010 | 10011000 | 1011100 | 100010 |
Color Harmonies of #07A85E
Complementary color
Monochromatic Colors of #07A85E
Black with #07A85E
Text Example
Text Example
White with #07A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A85E; }
p { color: rgb(7,168,94); }
H1.HeaderClassName
{
color: #07A85E;
}
.AnyTagClassName
{
color: #07A85E;
}
</style>
background-color css
<style>
a { background-color: #07A85E; }
a { background-color: rgb(7,168,94); }
div.DivClassName
{
background-color: #07A85E;
}
.BgClassName
{
background-color: #07A85E;
}
</style>
border-color css
<style>
span { border-color: #07A85E; }
span { border-color: rgb(7,168,94); }
td.TdClassName
{
border-color: #07A85E;
}
.TagClassName
{
border-color: #07A85E;
}
</style>