Shades of Islamic Green #01BF0D
Tints of Islamic Green #01BF0D
RGB
CMYK
RGB Variations
Color information
#01BF0D (or 0x01BF0D) is known color: Islamic Green. HEX triplet: 01, BF and 0D. RGB value is (1,191,13). Sum of RGB (Red+Green+Blue) = 1+191+13=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 191 (75% from 255 or 93.17% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 191 - color contains mainly: green. Hex color #01BF0D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BF0D is #FE40F2. Grayscale: #727272. Windows color (decimal): -16662771 or 900865. OLE color: 900865.
HSL color Cylindrical-coordinate representation of color #01BF0D: hue angle of 123.79º 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 #01BF0D is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 191 | 13 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.25 |
| HSL | 123.79º | 0.99% | 0.38% | - |
| HSV(B) | 123.79º | 0.99% | 0.75% | - |
| XYZ | 18.72 | 37.3 | 6.59 | - |
| YUV | 113.9 | 71.05 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 13 | 0.99 | 0 | 0.93 | 0.25 | 123.79 | 0.99 | 0.38 |
| Hex | 1 | BF | D | 63 | 0 | 5D | 19 | 7C | 63 | 26 |
| Octal | 1 | 277 | 15 | 143 | 0 | 135 | 31 | 174 | 143 | 46 |
| Binary | 1 | 10111111 | 1101 | 1100011 | 0 | 1011101 | 11001 | 1111100 | 1100011 | 100110 |
Color Harmonies of #01BF0D
Complementary color
Monochromatic Colors of #01BF0D
Black with #01BF0D
Text Example
Text Example
White with #01BF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BF0D; }
p { color: rgb(1,191,13); }
H1.HeaderClassName
{
color: #01BF0D;
}
.AnyTagClassName
{
color: #01BF0D;
}
</style>
background-color css
<style>
a { background-color: #01BF0D; }
a { background-color: rgb(1,191,13); }
div.DivClassName
{
background-color: #01BF0D;
}
.BgClassName
{
background-color: #01BF0D;
}
</style>
border-color css
<style>
span { border-color: #01BF0D; }
span { border-color: rgb(1,191,13); }
td.TdClassName
{
border-color: #01BF0D;
}
.TagClassName
{
border-color: #01BF0D;
}
</style>