Shades of Green #0A7E17
Tints of Green #0A7E17
RGB
CMYK
RGB Variations
Color information
#0A7E17 (or 0x0A7E17) is known color: Green. HEX triplet: 0A, 7E and 17. RGB value is (10,126,23). Sum of RGB (Red+Green+Blue) = 10+126+23=159 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.29% from 159); Green value is 126 (49.61% from 255 or 79.25% from 159); Blue value is 23 (9.38% from 255 or 14.47% from 159); Max value from RGB is 126 - color contains mainly: green. Hex color #0A7E17 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7E17 is #F581E8. Grayscale: #4F4F4F. Windows color (decimal): -16089577 or 1539594. OLE color: 1539594.
HSL color Cylindrical-coordinate representation of color #0A7E17: hue angle of 126.72º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7E17 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 10 | 126 | 23 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.51 |
| HSL | 126.72º | 0.85% | 0.27% | - |
| HSV(B) | 126.72º | 0.92% | 0.49% | - |
| XYZ | 7.74 | 15.05 | 3.31 | - |
| YUV | 79.57 | 96.07 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 126 | 23 | 0.92 | 0 | 0.82 | 0.51 | 126.72 | 0.85 | 0.27 |
| Hex | A | 7E | 17 | 5C | 0 | 52 | 33 | 7F | 55 | 1B |
| Octal | 12 | 176 | 27 | 134 | 0 | 122 | 63 | 177 | 125 | 33 |
| Binary | 1010 | 1111110 | 10111 | 1011100 | 0 | 1010010 | 110011 | 1111111 | 1010101 | 11011 |
Color Harmonies of #0A7E17
Complementary color
Monochromatic Colors of #0A7E17
Black with #0A7E17
Text Example
Text Example
White with #0A7E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A7E17; }
p { color: rgb(10,126,23); }
H1.HeaderClassName
{
color: #0A7E17;
}
.AnyTagClassName
{
color: #0A7E17;
}
</style>
background-color css
<style>
a { background-color: #0A7E17; }
a { background-color: rgb(10,126,23); }
div.DivClassName
{
background-color: #0A7E17;
}
.BgClassName
{
background-color: #0A7E17;
}
</style>
border-color css
<style>
span { border-color: #0A7E17; }
span { border-color: rgb(10,126,23); }
td.TdClassName
{
border-color: #0A7E17;
}
.TagClassName
{
border-color: #0A7E17;
}
</style>