Shades of Green #0F810B
Tints of Green #0F810B
RGB
CMYK
RGB Variations
Color information
#0F810B (or 0x0F810B) is known color: Green. HEX triplet: 0F, 81 and 0B. RGB value is (15,129,11). Sum of RGB (Red+Green+Blue) = 15+129+11=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 129 (50.78% from 255 or 83.23% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 129 - color contains mainly: green. Hex color #0F810B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F810B is #F07EF4. Grayscale: #515151. Windows color (decimal): -15761141 or 753935. OLE color: 753935.
HSL color Cylindrical-coordinate representation of color #0F810B: hue angle of 117.97º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F810B is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 129 | 11 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.49 |
| HSL | 117.97º | 0.84% | 0.27% | - |
| HSV(B) | 117.97º | 0.91% | 0.51% | - |
| XYZ | 8.11 | 15.83 | 2.94 | - |
| YUV | 81.46 | 88.23 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 11 | 0.88 | 0 | 0.91 | 0.49 | 117.97 | 0.84 | 0.27 |
| Hex | F | 81 | B | 58 | 0 | 5B | 31 | 76 | 54 | 1B |
| Octal | 17 | 201 | 13 | 130 | 0 | 133 | 61 | 166 | 124 | 33 |
| Binary | 1111 | 10000001 | 1011 | 1011000 | 0 | 1011011 | 110001 | 1110110 | 1010100 | 11011 |
Color Harmonies of #0F810B
Complementary color
Monochromatic Colors of #0F810B
Black with #0F810B
Text Example
Text Example
White with #0F810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F810B; }
p { color: rgb(15,129,11); }
H1.HeaderClassName
{
color: #0F810B;
}
.AnyTagClassName
{
color: #0F810B;
}
</style>
background-color css
<style>
a { background-color: #0F810B; }
a { background-color: rgb(15,129,11); }
div.DivClassName
{
background-color: #0F810B;
}
.BgClassName
{
background-color: #0F810B;
}
</style>
border-color css
<style>
span { border-color: #0F810B; }
span { border-color: rgb(15,129,11); }
td.TdClassName
{
border-color: #0F810B;
}
.TagClassName
{
border-color: #0F810B;
}
</style>