Shades of Islamic Green #0FB819
Tints of Islamic Green #0FB819
RGB
CMYK
RGB Variations
Color information
#0FB819 (or 0x0FB819) is known color: Islamic Green. HEX triplet: 0F, B8 and 19. RGB value is (15,184,25). Sum of RGB (Red+Green+Blue) = 15+184+25=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 184 (72.27% from 255 or 82.14% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB819 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB819 is #F047E6. Grayscale: #737373. Windows color (decimal): -15747047 or 1685519. OLE color: 1685519.
HSL color Cylindrical-coordinate representation of color #0FB819: hue angle of 123.55º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB819 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 25 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.28 |
| HSL | 123.55º | 0.85% | 0.39% | - |
| HSV(B) | 123.55º | 0.92% | 0.72% | - |
| XYZ | 17.51 | 34.45 | 6.65 | - |
| YUV | 115.34 | 77.01 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 25 | 0.92 | 0 | 0.86 | 0.28 | 123.55 | 0.85 | 0.39 |
| Hex | F | B8 | 19 | 5C | 0 | 56 | 1C | 7C | 55 | 27 |
| Octal | 17 | 270 | 31 | 134 | 0 | 126 | 34 | 174 | 125 | 47 |
| Binary | 1111 | 10111000 | 11001 | 1011100 | 0 | 1010110 | 11100 | 1111100 | 1010101 | 100111 |
Color Harmonies of #0FB819
Complementary color
Monochromatic Colors of #0FB819
Black with #0FB819
Text Example
Text Example
White with #0FB819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB819; }
p { color: rgb(15,184,25); }
H1.HeaderClassName
{
color: #0FB819;
}
.AnyTagClassName
{
color: #0FB819;
}
</style>
background-color css
<style>
a { background-color: #0FB819; }
a { background-color: rgb(15,184,25); }
div.DivClassName
{
background-color: #0FB819;
}
.BgClassName
{
background-color: #0FB819;
}
</style>
border-color css
<style>
span { border-color: #0FB819; }
span { border-color: rgb(15,184,25); }
td.TdClassName
{
border-color: #0FB819;
}
.TagClassName
{
border-color: #0FB819;
}
</style>