Shades of Islamic Green #0FB601
Tints of Islamic Green #0FB601
RGB
CMYK
RGB Variations
Color information
#0FB601 (or 0x0FB601) is known color: Islamic Green. HEX triplet: 0F, B6 and 01. RGB value is (15,182,1). Sum of RGB (Red+Green+Blue) = 15+182+1=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 182 (71.48% from 255 or 91.92% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 182 - color contains mainly: green. Hex color #0FB601 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB601 is #F049FE. Grayscale: #6F6F6F. Windows color (decimal): -15747583 or 112143. OLE color: 112143.
HSL color Cylindrical-coordinate representation of color #0FB601: hue angle of 115.36º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0FB601 is Cyan = 0.92, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 15 | 182 | 1 | - |
| CMYK | 0.92 | 0 | 0.99 | 0.29 |
| HSL | 115.36º | 0.99% | 0.36% | - |
| HSV(B) | 115.36º | 0.99% | 0.71% | - |
| XYZ | 16.93 | 33.56 | 5.61 | - |
| YUV | 111.43 | 65.67 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 182 | 1 | 0.92 | 0 | 0.99 | 0.29 | 115.36 | 0.99 | 0.36 |
| Hex | F | B6 | 1 | 5C | 0 | 63 | 1D | 73 | 63 | 24 |
| Octal | 17 | 266 | 1 | 134 | 0 | 143 | 35 | 163 | 143 | 44 |
| Binary | 1111 | 10110110 | 1 | 1011100 | 0 | 1100011 | 11101 | 1110011 | 1100011 | 100100 |
Color Harmonies of #0FB601
Complementary color
Monochromatic Colors of #0FB601
Black with #0FB601
Text Example
Text Example
White with #0FB601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB601; }
p { color: rgb(15,182,1); }
H1.HeaderClassName
{
color: #0FB601;
}
.AnyTagClassName
{
color: #0FB601;
}
</style>
background-color css
<style>
a { background-color: #0FB601; }
a { background-color: rgb(15,182,1); }
div.DivClassName
{
background-color: #0FB601;
}
.BgClassName
{
background-color: #0FB601;
}
</style>
border-color css
<style>
span { border-color: #0FB601; }
span { border-color: rgb(15,182,1); }
td.TdClassName
{
border-color: #0FB601;
}
.TagClassName
{
border-color: #0FB601;
}
</style>