Shades of Green #0A7C10
Tints of Green #0A7C10
RGB
CMYK
RGB Variations
Color information
#0A7C10 (or 0x0A7C10) is known color: Green. HEX triplet: 0A, 7C and 10. RGB value is (10,124,16). Sum of RGB (Red+Green+Blue) = 10+124+16=150 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.67% from 150); Green value is 124 (48.83% from 255 or 82.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7C10 is #F583EF. Grayscale: #4D4D4D. Windows color (decimal): -16090096 or 1080330. OLE color: 1080330.
HSL color Cylindrical-coordinate representation of color #0A7C10: hue angle of 123.16º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7C10 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 124 | 16 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.51 |
| HSL | 123.16º | 0.85% | 0.26% | - |
| HSV(B) | 123.16º | 0.92% | 0.49% | - |
| XYZ | 7.43 | 14.52 | 2.9 | - |
| YUV | 77.6 | 93.23 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 16 | 0.92 | 0 | 0.87 | 0.51 | 123.16 | 0.85 | 0.26 |
| Hex | A | 7C | 10 | 5C | 0 | 57 | 33 | 7B | 55 | 1A |
| Octal | 12 | 174 | 20 | 134 | 0 | 127 | 63 | 173 | 125 | 32 |
| Binary | 1010 | 1111100 | 10000 | 1011100 | 0 | 1010111 | 110011 | 1111011 | 1010101 | 11010 |
Color Harmonies of #0A7C10
Complementary color
Monochromatic Colors of #0A7C10
Black with #0A7C10
Text Example
Text Example
White with #0A7C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7C10; }
p { color: rgb(10,124,16); }
H1.HeaderClassName
{
color: #0A7C10;
}
.AnyTagClassName
{
color: #0A7C10;
}
</style>
background-color css
<style>
a { background-color: #0A7C10; }
a { background-color: rgb(10,124,16); }
div.DivClassName
{
background-color: #0A7C10;
}
.BgClassName
{
background-color: #0A7C10;
}
</style>
border-color css
<style>
span { border-color: #0A7C10; }
span { border-color: rgb(10,124,16); }
td.TdClassName
{
border-color: #0A7C10;
}
.TagClassName
{
border-color: #0A7C10;
}
</style>