Shades of Green #0F5B01
Tints of Green #0F5B01
RGB
CMYK
RGB Variations
Color information
#0F5B01 (or 0x0F5B01) is known color: Green. HEX triplet: 0F, 5B and 01. RGB value is (15,91,1). Sum of RGB (Red+Green+Blue) = 15+91+1=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 91 (35.94% from 255 or 85.05% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F5B01 is #F0A4FE. Grayscale: #3A3A3A. Windows color (decimal): -15770879 or 88847. OLE color: 88847.
HSL color Cylindrical-coordinate representation of color #0F5B01: hue angle of 110.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F5B01 is Cyan = 0.84, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 15 | 91 | 1 | - |
| CMYK | 0.84 | 0 | 0.99 | 0.64 |
| HSL | 110.67º | 0.98% | 0.18% | - |
| HSV(B) | 110.67º | 0.99% | 0.36% | - |
| XYZ | 3.94 | 7.59 | 1.29 | - |
| YUV | 58.02 | 95.82 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 91 | 1 | 0.84 | 0 | 0.99 | 0.64 | 110.67 | 0.98 | 0.18 |
| Hex | F | 5B | 1 | 54 | 0 | 63 | 40 | 6F | 62 | 12 |
| Octal | 17 | 133 | 1 | 124 | 0 | 143 | 100 | 157 | 142 | 22 |
| Binary | 1111 | 1011011 | 1 | 1010100 | 0 | 1100011 | 1000000 | 1101111 | 1100010 | 10010 |
Color Harmonies of #0F5B01
Complementary color
Monochromatic Colors of #0F5B01
Black with #0F5B01
Text Example
Text Example
White with #0F5B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5B01; }
p { color: rgb(15,91,1); }
H1.HeaderClassName
{
color: #0F5B01;
}
.AnyTagClassName
{
color: #0F5B01;
}
</style>
background-color css
<style>
a { background-color: #0F5B01; }
a { background-color: rgb(15,91,1); }
div.DivClassName
{
background-color: #0F5B01;
}
.BgClassName
{
background-color: #0F5B01;
}
</style>
border-color css
<style>
span { border-color: #0F5B01; }
span { border-color: rgb(15,91,1); }
td.TdClassName
{
border-color: #0F5B01;
}
.TagClassName
{
border-color: #0F5B01;
}
</style>