Shades of Islamic Green #0FBD05
Tints of Islamic Green #0FBD05
RGB
CMYK
RGB Variations
Color information
#0FBD05 (or 0x0FBD05) is known color: Islamic Green. HEX triplet: 0F, BD and 05. RGB value is (15,189,5). Sum of RGB (Red+Green+Blue) = 15+189+5=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 189 (74.22% from 255 or 90.43% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 189 - color contains mainly: green. Hex color #0FBD05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBD05 is #F042FA. Grayscale: #747474. Windows color (decimal): -15745787 or 376079. OLE color: 376079.
HSL color Cylindrical-coordinate representation of color #0FBD05: hue angle of 116.74º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0FBD05 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 189 | 5 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.26 |
| HSL | 116.74º | 0.95% | 0.38% | - |
| HSV(B) | 116.74º | 0.97% | 0.74% | - |
| XYZ | 18.42 | 36.51 | 6.22 | - |
| YUV | 116 | 65.35 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 189 | 5 | 0.92 | 0 | 0.97 | 0.26 | 116.74 | 0.95 | 0.38 |
| Hex | F | BD | 5 | 5C | 0 | 61 | 1A | 75 | 5F | 26 |
| Octal | 17 | 275 | 5 | 134 | 0 | 141 | 32 | 165 | 137 | 46 |
| Binary | 1111 | 10111101 | 101 | 1011100 | 0 | 1100001 | 11010 | 1110101 | 1011111 | 100110 |
Color Harmonies of #0FBD05
Complementary color
Monochromatic Colors of #0FBD05
Black with #0FBD05
Text Example
Text Example
White with #0FBD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FBD05; }
p { color: rgb(15,189,5); }
H1.HeaderClassName
{
color: #0FBD05;
}
.AnyTagClassName
{
color: #0FBD05;
}
</style>
background-color css
<style>
a { background-color: #0FBD05; }
a { background-color: rgb(15,189,5); }
div.DivClassName
{
background-color: #0FBD05;
}
.BgClassName
{
background-color: #0FBD05;
}
</style>
border-color css
<style>
span { border-color: #0FBD05; }
span { border-color: rgb(15,189,5); }
td.TdClassName
{
border-color: #0FBD05;
}
.TagClassName
{
border-color: #0FBD05;
}
</style>