Shades of Green #0F8B0B
Tints of Green #0F8B0B
RGB
CMYK
RGB Variations
Color information
#0F8B0B (or 0x0F8B0B) is known color: Green. HEX triplet: 0F, 8B and 0B. RGB value is (15,139,11). Sum of RGB (Red+Green+Blue) = 15+139+11=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 139 (54.69% from 255 or 84.24% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F8B0B is #F074F4. Grayscale: #575757. Windows color (decimal): -15758581 or 756495. OLE color: 756495.
HSL color Cylindrical-coordinate representation of color #0F8B0B: hue angle of 118.12º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F8B0B is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 15 | 139 | 11 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.45 |
| HSL | 118.13º | 0.85% | 0.29% | - |
| HSV(B) | 118.13º | 0.92% | 0.55% | - |
| XYZ | 9.49 | 18.59 | 3.4 | - |
| YUV | 87.33 | 84.92 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 139 | 11 | 0.89 | 0 | 0.92 | 0.45 | 118.13 | 0.85 | 0.29 |
| Hex | F | 8B | B | 59 | 0 | 5C | 2D | 76 | 55 | 1D |
| Octal | 17 | 213 | 13 | 131 | 0 | 134 | 55 | 166 | 125 | 35 |
| Binary | 1111 | 10001011 | 1011 | 1011001 | 0 | 1011100 | 101101 | 1110110 | 1010101 | 11101 |
Color Harmonies of #0F8B0B
Complementary color
Monochromatic Colors of #0F8B0B
Black with #0F8B0B
Text Example
Text Example
White with #0F8B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8B0B; }
p { color: rgb(15,139,11); }
H1.HeaderClassName
{
color: #0F8B0B;
}
.AnyTagClassName
{
color: #0F8B0B;
}
</style>
background-color css
<style>
a { background-color: #0F8B0B; }
a { background-color: rgb(15,139,11); }
div.DivClassName
{
background-color: #0F8B0B;
}
.BgClassName
{
background-color: #0F8B0B;
}
</style>
border-color css
<style>
span { border-color: #0F8B0B; }
span { border-color: rgb(15,139,11); }
td.TdClassName
{
border-color: #0F8B0B;
}
.TagClassName
{
border-color: #0F8B0B;
}
</style>