Shades of Islamic Green #01BF07
Tints of Islamic Green #01BF07
RGB
CMYK
RGB Variations
Color information
#01BF07 (or 0x01BF07) is known color: Islamic Green. HEX triplet: 01, BF and 07. RGB value is (1,191,7). Sum of RGB (Red+Green+Blue) = 1+191+7=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 191 (75% from 255 or 95.98% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BF07 is #FE40F8. Grayscale: #717171. Windows color (decimal): -16662777 or 507649. OLE color: 507649.
HSL color Cylindrical-coordinate representation of color #01BF07: hue angle of 121.89º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BF07 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 191 | 7 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.25 |
| HSL | 121.89º | 0.99% | 0.38% | - |
| HSV(B) | 121.89º | 0.99% | 0.75% | - |
| XYZ | 18.68 | 37.28 | 6.41 | - |
| YUV | 113.21 | 68.05 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 7 | 0.99 | 0 | 0.96 | 0.25 | 121.89 | 0.99 | 0.38 |
| Hex | 1 | BF | 7 | 63 | 0 | 60 | 19 | 7A | 63 | 26 |
| Octal | 1 | 277 | 7 | 143 | 0 | 140 | 31 | 172 | 143 | 46 |
| Binary | 1 | 10111111 | 111 | 1100011 | 0 | 1100000 | 11001 | 1111010 | 1100011 | 100110 |
Color Harmonies of #01BF07
Complementary color
Monochromatic Colors of #01BF07
Black with #01BF07
Text Example
Text Example
White with #01BF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BF07; }
p { color: rgb(1,191,7); }
H1.HeaderClassName
{
color: #01BF07;
}
.AnyTagClassName
{
color: #01BF07;
}
</style>
background-color css
<style>
a { background-color: #01BF07; }
a { background-color: rgb(1,191,7); }
div.DivClassName
{
background-color: #01BF07;
}
.BgClassName
{
background-color: #01BF07;
}
</style>
border-color css
<style>
span { border-color: #01BF07; }
span { border-color: rgb(1,191,7); }
td.TdClassName
{
border-color: #01BF07;
}
.TagClassName
{
border-color: #01BF07;
}
</style>