Shades of Islamic Green #0FB809
Tints of Islamic Green #0FB809
RGB
CMYK
RGB Variations
Color information
#0FB809 (or 0x0FB809) is known color: Islamic Green. HEX triplet: 0F, B8 and 09. RGB value is (15,184,9). Sum of RGB (Red+Green+Blue) = 15+184+9=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 184 (72.27% from 255 or 88.46% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB809 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB809 is #F047F6. Grayscale: #727272. Windows color (decimal): -15747063 or 636943. OLE color: 636943.
HSL color Cylindrical-coordinate representation of color #0FB809: hue angle of 117.94º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0FB809 is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 9 | - |
| CMYK | 0.92 | 0 | 0.95 | 0.28 |
| HSL | 117.94º | 0.91% | 0.38% | - |
| HSV(B) | 117.94º | 0.95% | 0.72% | - |
| XYZ | 17.39 | 34.4 | 5.98 | - |
| YUV | 113.52 | 69.01 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 9 | 0.92 | 0 | 0.95 | 0.28 | 117.94 | 0.91 | 0.38 |
| Hex | F | B8 | 9 | 5C | 0 | 5F | 1C | 76 | 5B | 26 |
| Octal | 17 | 270 | 11 | 134 | 0 | 137 | 34 | 166 | 133 | 46 |
| Binary | 1111 | 10111000 | 1001 | 1011100 | 0 | 1011111 | 11100 | 1110110 | 1011011 | 100110 |
Color Harmonies of #0FB809
Complementary color
Monochromatic Colors of #0FB809
Black with #0FB809
Text Example
Text Example
White with #0FB809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB809; }
p { color: rgb(15,184,9); }
H1.HeaderClassName
{
color: #0FB809;
}
.AnyTagClassName
{
color: #0FB809;
}
</style>
background-color css
<style>
a { background-color: #0FB809; }
a { background-color: rgb(15,184,9); }
div.DivClassName
{
background-color: #0FB809;
}
.BgClassName
{
background-color: #0FB809;
}
</style>
border-color css
<style>
span { border-color: #0FB809; }
span { border-color: rgb(15,184,9); }
td.TdClassName
{
border-color: #0FB809;
}
.TagClassName
{
border-color: #0FB809;
}
</style>