Shades of Green #0F5F00
Tints of Green #0F5F00
RGB
CMYK
RGB Variations
Color information
#0F5F00 (or 0x0F5F00) is known color: Green. HEX triplet: 0F, 5F and 00. RGB value is (15,95,0). Sum of RGB (Red+Green+Blue) = 15+95+0=110 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.64% from 110); Green value is 95 (37.5% from 255 or 86.36% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 95 - color contains mainly: green. Hex color #0F5F00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5F00 is #F0A0FF. Grayscale: #3C3C3C. Windows color (decimal): -15769856 or 24335. OLE color: 24335.
HSL color Cylindrical-coordinate representation of color #0F5F00: hue angle of 110.53º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F5F00 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 15 | 95 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.63 |
| HSL | 110.53º | 1% | 0.19% | - |
| HSV(B) | 110.53º | 1% | 0.37% | - |
| XYZ | 4.29 | 8.29 | 1.37 | - |
| YUV | 60.25 | 94 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 95 | 0 | 0.84 | 0 | 1 | 0.63 | 110.53 | 1 | 0.19 |
| Hex | F | 5F | 0 | 54 | 0 | 64 | 3F | 6F | 64 | 13 |
| Octal | 17 | 137 | 0 | 124 | 0 | 144 | 77 | 157 | 144 | 23 |
| Binary | 1111 | 1011111 | 0 | 1010100 | 0 | 1100100 | 111111 | 1101111 | 1100100 | 10011 |
Color Harmonies of #0F5F00
Complementary color
Monochromatic Colors of #0F5F00
Black with #0F5F00
Text Example
Text Example
White with #0F5F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5F00; }
p { color: rgb(15,95,0); }
H1.HeaderClassName
{
color: #0F5F00;
}
.AnyTagClassName
{
color: #0F5F00;
}
</style>
background-color css
<style>
a { background-color: #0F5F00; }
a { background-color: rgb(15,95,0); }
div.DivClassName
{
background-color: #0F5F00;
}
.BgClassName
{
background-color: #0F5F00;
}
</style>
border-color css
<style>
span { border-color: #0F5F00; }
span { border-color: rgb(15,95,0); }
td.TdClassName
{
border-color: #0F5F00;
}
.TagClassName
{
border-color: #0F5F00;
}
</style>