Shades of Islamic Green #0FB808
Tints of Islamic Green #0FB808
RGB
CMYK
RGB Variations
Color information
#0FB808 (or 0x0FB808) is known color: Islamic Green. HEX triplet: 0F, B8 and 08. RGB value is (15,184,8). Sum of RGB (Red+Green+Blue) = 15+184+8=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 184 (72.27% from 255 or 88.89% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB808 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB808 is #F047F7. Grayscale: #717171. Windows color (decimal): -15747064 or 571407. OLE color: 571407.
HSL color Cylindrical-coordinate representation of color #0FB808: hue angle of 117.61º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FB808 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 8 | - |
| CMYK | 0.92 | 0 | 0.96 | 0.28 |
| HSL | 117.61º | 0.92% | 0.38% | - |
| HSV(B) | 117.61º | 0.96% | 0.72% | - |
| XYZ | 17.38 | 34.4 | 5.95 | - |
| YUV | 113.41 | 68.51 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 8 | 0.92 | 0 | 0.96 | 0.28 | 117.61 | 0.92 | 0.38 |
| Hex | F | B8 | 8 | 5C | 0 | 60 | 1C | 76 | 5C | 26 |
| Octal | 17 | 270 | 10 | 134 | 0 | 140 | 34 | 166 | 134 | 46 |
| Binary | 1111 | 10111000 | 1000 | 1011100 | 0 | 1100000 | 11100 | 1110110 | 1011100 | 100110 |
Color Harmonies of #0FB808
Complementary color
Monochromatic Colors of #0FB808
Black with #0FB808
Text Example
Text Example
White with #0FB808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB808; }
p { color: rgb(15,184,8); }
H1.HeaderClassName
{
color: #0FB808;
}
.AnyTagClassName
{
color: #0FB808;
}
</style>
background-color css
<style>
a { background-color: #0FB808; }
a { background-color: rgb(15,184,8); }
div.DivClassName
{
background-color: #0FB808;
}
.BgClassName
{
background-color: #0FB808;
}
</style>
border-color css
<style>
span { border-color: #0FB808; }
span { border-color: rgb(15,184,8); }
td.TdClassName
{
border-color: #0FB808;
}
.TagClassName
{
border-color: #0FB808;
}
</style>