Shades of Green #0A7D10
Tints of Green #0A7D10
RGB
CMYK
RGB Variations
Color information
#0A7D10 (or 0x0A7D10) is known color: Green. HEX triplet: 0A, 7D and 10. RGB value is (10,125,16). Sum of RGB (Red+Green+Blue) = 10+125+16=151 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.62% from 151); Green value is 125 (49.22% from 255 or 82.78% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7D10 is #F582EF. Grayscale: #4E4E4E. Windows color (decimal): -16089840 or 1080586. OLE color: 1080586.
HSL color Cylindrical-coordinate representation of color #0A7D10: hue angle of 123.13º 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 #0A7D10 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 125 | 16 | - |
| CMYK | 0.92 | 0 | 0.87 | 0.51 |
| HSL | 123.13º | 0.85% | 0.26% | - |
| HSV(B) | 123.13º | 0.92% | 0.49% | - |
| XYZ | 7.55 | 14.77 | 2.94 | - |
| YUV | 78.19 | 92.9 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 125 | 16 | 0.92 | 0 | 0.87 | 0.51 | 123.13 | 0.85 | 0.26 |
| Hex | A | 7D | 10 | 5C | 0 | 57 | 33 | 7B | 55 | 1A |
| Octal | 12 | 175 | 20 | 134 | 0 | 127 | 63 | 173 | 125 | 32 |
| Binary | 1010 | 1111101 | 10000 | 1011100 | 0 | 1010111 | 110011 | 1111011 | 1010101 | 11010 |
Color Harmonies of #0A7D10
Complementary color
Monochromatic Colors of #0A7D10
Black with #0A7D10
Text Example
Text Example
White with #0A7D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7D10; }
p { color: rgb(10,125,16); }
H1.HeaderClassName
{
color: #0A7D10;
}
.AnyTagClassName
{
color: #0A7D10;
}
</style>
background-color css
<style>
a { background-color: #0A7D10; }
a { background-color: rgb(10,125,16); }
div.DivClassName
{
background-color: #0A7D10;
}
.BgClassName
{
background-color: #0A7D10;
}
</style>
border-color css
<style>
span { border-color: #0A7D10; }
span { border-color: rgb(10,125,16); }
td.TdClassName
{
border-color: #0A7D10;
}
.TagClassName
{
border-color: #0A7D10;
}
</style>