Shades of Green #0F830E
Tints of Green #0F830E
RGB
CMYK
RGB Variations
Color information
#0F830E (or 0x0F830E) is known color: Green. HEX triplet: 0F, 83 and 0E. RGB value is (15,131,14). Sum of RGB (Red+Green+Blue) = 15+131+14=160 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.38% from 160); Green value is 131 (51.56% from 255 or 81.88% from 160); Blue value is 14 (5.86% from 255 or 8.75% from 160); Max value from RGB is 131 - color contains mainly: green. Hex color #0F830E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F830E is #F07CF1. Grayscale: #535353. Windows color (decimal): -15760626 or 951055. OLE color: 951055.
HSL color Cylindrical-coordinate representation of color #0F830E: hue angle of 119.49º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F830E is Cyan = 0.89, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 131 | 14 | - |
| CMYK | 0.89 | 0 | 0.89 | 0.49 |
| HSL | 119.49º | 0.81% | 0.28% | - |
| HSV(B) | 119.49º | 0.89% | 0.51% | - |
| XYZ | 8.39 | 16.37 | 3.13 | - |
| YUV | 82.98 | 89.07 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 14 | 0.89 | 0 | 0.89 | 0.49 | 119.49 | 0.81 | 0.28 |
| Hex | F | 83 | E | 59 | 0 | 59 | 31 | 77 | 51 | 1C |
| Octal | 17 | 203 | 16 | 131 | 0 | 131 | 61 | 167 | 121 | 34 |
| Binary | 1111 | 10000011 | 1110 | 1011001 | 0 | 1011001 | 110001 | 1110111 | 1010001 | 11100 |
Color Harmonies of #0F830E
Complementary color
Monochromatic Colors of #0F830E
Black with #0F830E
Text Example
Text Example
White with #0F830E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F830E; }
p { color: rgb(15,131,14); }
H1.HeaderClassName
{
color: #0F830E;
}
.AnyTagClassName
{
color: #0F830E;
}
</style>
background-color css
<style>
a { background-color: #0F830E; }
a { background-color: rgb(15,131,14); }
div.DivClassName
{
background-color: #0F830E;
}
.BgClassName
{
background-color: #0F830E;
}
</style>
border-color css
<style>
span { border-color: #0F830E; }
span { border-color: rgb(15,131,14); }
td.TdClassName
{
border-color: #0F830E;
}
.TagClassName
{
border-color: #0F830E;
}
</style>