Shades of Shamrock Green #07A263
Tints of Shamrock Green #07A263
RGB
CMYK
RGB Variations
Color information
#07A263 (or 0x07A263) is known color: Shamrock Green. HEX triplet: 07, A2 and 63. RGB value is (7,162,99). Sum of RGB (Red+Green+Blue) = 7+162+99=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 162 (63.67% from 255 or 60.45% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 162 - color contains mainly: green. Hex color #07A263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A263 is #F85D9C. Grayscale: #6C6C6C. Windows color (decimal): -16276893 or 6529543. OLE color: 6529543.
HSL color Cylindrical-coordinate representation of color #07A263: hue angle of 155.61º 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 #07A263 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 162 | 99 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.36 |
| HSL | 155.61º | 0.92% | 0.33% | - |
| HSV(B) | 155.61º | 0.96% | 0.64% | - |
| XYZ | 15.26 | 26.79 | 16.17 | - |
| YUV | 108.47 | 122.65 | 55.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 162 | 99 | 0.96 | 0 | 0.39 | 0.36 | 155.61 | 0.92 | 0.33 |
| Hex | 7 | A2 | 63 | 60 | 0 | 27 | 24 | 9C | 5C | 21 |
| Octal | 7 | 242 | 143 | 140 | 0 | 47 | 44 | 234 | 134 | 41 |
| Binary | 111 | 10100010 | 1100011 | 1100000 | 0 | 100111 | 100100 | 10011100 | 1011100 | 100001 |
Color Harmonies of #07A263
Complementary color
Monochromatic Colors of #07A263
Black with #07A263
Text Example
Text Example
White with #07A263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A263; }
p { color: rgb(7,162,99); }
H1.HeaderClassName
{
color: #07A263;
}
.AnyTagClassName
{
color: #07A263;
}
</style>
background-color css
<style>
a { background-color: #07A263; }
a { background-color: rgb(7,162,99); }
div.DivClassName
{
background-color: #07A263;
}
.BgClassName
{
background-color: #07A263;
}
</style>
border-color css
<style>
span { border-color: #07A263; }
span { border-color: rgb(7,162,99); }
td.TdClassName
{
border-color: #07A263;
}
.TagClassName
{
border-color: #07A263;
}
</style>