Shades of Green #0A7C01
Tints of Green #0A7C01
RGB
CMYK
RGB Variations
Color information
#0A7C01 (or 0x0A7C01) is known color: Green. HEX triplet: 0A, 7C and 01. RGB value is (10,124,1). Sum of RGB (Red+Green+Blue) = 10+124+1=135 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.41% from 135); Green value is 124 (48.83% from 255 or 91.85% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7C01 is #F583FE. Grayscale: #4C4C4C. Windows color (decimal): -16090111 or 97290. OLE color: 97290.
HSL color Cylindrical-coordinate representation of color #0A7C01: hue angle of 115.61º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A7C01 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 124 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.51 |
| HSL | 115.61º | 0.98% | 0.25% | - |
| HSV(B) | 115.61º | 0.99% | 0.49% | - |
| XYZ | 7.34 | 14.48 | 2.44 | - |
| YUV | 75.89 | 85.73 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 124 | 1 | 0.92 | 0 | 0.99 | 0.51 | 115.61 | 0.98 | 0.25 |
| Hex | A | 7C | 1 | 5C | 0 | 63 | 33 | 74 | 62 | 19 |
| Octal | 12 | 174 | 1 | 134 | 0 | 143 | 63 | 164 | 142 | 31 |
| Binary | 1010 | 1111100 | 1 | 1011100 | 0 | 1100011 | 110011 | 1110100 | 1100010 | 11001 |
Color Harmonies of #0A7C01
Complementary color
Monochromatic Colors of #0A7C01
Black with #0A7C01
Text Example
Text Example
White with #0A7C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7C01; }
p { color: rgb(10,124,1); }
H1.HeaderClassName
{
color: #0A7C01;
}
.AnyTagClassName
{
color: #0A7C01;
}
</style>
background-color css
<style>
a { background-color: #0A7C01; }
a { background-color: rgb(10,124,1); }
div.DivClassName
{
background-color: #0A7C01;
}
.BgClassName
{
background-color: #0A7C01;
}
</style>
border-color css
<style>
span { border-color: #0A7C01; }
span { border-color: rgb(10,124,1); }
td.TdClassName
{
border-color: #0A7C01;
}
.TagClassName
{
border-color: #0A7C01;
}
</style>