Shades of Green #0F5B00
Tints of Green #0F5B00
RGB
CMYK
RGB Variations
Color information
#0F5B00 (or 0x0F5B00) is known color: Green. HEX triplet: 0F, 5B and 00. RGB value is (15,91,0). Sum of RGB (Red+Green+Blue) = 15+91+0=106 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.15% from 106); Green value is 91 (35.94% from 255 or 85.85% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5B00 is #F0A4FF. Grayscale: #3A3A3A. Windows color (decimal): -15770880 or 23311. OLE color: 23311.
HSL color Cylindrical-coordinate representation of color #0F5B00: hue angle of 110.11º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F5B00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 91 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.64 |
| HSL | 110.11º | 1% | 0.18% | - |
| HSV(B) | 110.11º | 1% | 0.36% | - |
| XYZ | 3.94 | 7.58 | 1.26 | - |
| YUV | 57.9 | 95.32 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 91 | 0 | 0.84 | 0 | 1 | 0.64 | 110.11 | 1 | 0.18 |
| Hex | F | 5B | 0 | 54 | 0 | 64 | 40 | 6E | 64 | 12 |
| Octal | 17 | 133 | 0 | 124 | 0 | 144 | 100 | 156 | 144 | 22 |
| Binary | 1111 | 1011011 | 0 | 1010100 | 0 | 1100100 | 1000000 | 1101110 | 1100100 | 10010 |
Color Harmonies of #0F5B00
Complementary color
Monochromatic Colors of #0F5B00
Black with #0F5B00
Text Example
Text Example
White with #0F5B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5B00; }
p { color: rgb(15,91,0); }
H1.HeaderClassName
{
color: #0F5B00;
}
.AnyTagClassName
{
color: #0F5B00;
}
</style>
background-color css
<style>
a { background-color: #0F5B00; }
a { background-color: rgb(15,91,0); }
div.DivClassName
{
background-color: #0F5B00;
}
.BgClassName
{
background-color: #0F5B00;
}
</style>
border-color css
<style>
span { border-color: #0F5B00; }
span { border-color: rgb(15,91,0); }
td.TdClassName
{
border-color: #0F5B00;
}
.TagClassName
{
border-color: #0F5B00;
}
</style>