Shades of Green #0E7F10
Tints of Green #0E7F10
RGB
CMYK
RGB Variations
Color information
#0E7F10 (or 0x0E7F10) is known color: Green. HEX triplet: 0E, 7F and 10. RGB value is (14,127,16). Sum of RGB (Red+Green+Blue) = 14+127+16=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 127 (50% from 255 or 80.89% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 127 - color contains mainly: green. Hex color #0E7F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7F10 is #F180EF. Grayscale: #505050. Windows color (decimal): -15827184 or 1081102. OLE color: 1081102.
HSL color Cylindrical-coordinate representation of color #0E7F10: hue angle of 121.06º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7F10 is Cyan = 0.89, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 14 | 127 | 16 | - |
| CMYK | 0.89 | 0 | 0.87 | 0.50 |
| HSL | 121.06º | 0.8% | 0.28% | - |
| HSV(B) | 121.06º | 0.89% | 0.5% | - |
| XYZ | 7.86 | 15.31 | 3.03 | - |
| YUV | 80.56 | 91.56 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 127 | 16 | 0.89 | 0 | 0.87 | 0.50 | 121.06 | 0.8 | 0.28 |
| Hex | E | 7F | 10 | 59 | 0 | 57 | 32 | 79 | 50 | 1C |
| Octal | 16 | 177 | 20 | 131 | 0 | 127 | 62 | 171 | 120 | 34 |
| Binary | 1110 | 1111111 | 10000 | 1011001 | 0 | 1010111 | 110010 | 1111001 | 1010000 | 11100 |
Color Harmonies of #0E7F10
Complementary color
Monochromatic Colors of #0E7F10
Black with #0E7F10
Text Example
Text Example
White with #0E7F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E7F10; }
p { color: rgb(14,127,16); }
H1.HeaderClassName
{
color: #0E7F10;
}
.AnyTagClassName
{
color: #0E7F10;
}
</style>
background-color css
<style>
a { background-color: #0E7F10; }
a { background-color: rgb(14,127,16); }
div.DivClassName
{
background-color: #0E7F10;
}
.BgClassName
{
background-color: #0E7F10;
}
</style>
border-color css
<style>
span { border-color: #0E7F10; }
span { border-color: rgb(14,127,16); }
td.TdClassName
{
border-color: #0E7F10;
}
.TagClassName
{
border-color: #0E7F10;
}
</style>