Shades of Islamic Green #0FB80A
Tints of Islamic Green #0FB80A
RGB
CMYK
RGB Variations
Color information
#0FB80A (or 0x0FB80A) is known color: Islamic Green. HEX triplet: 0F, B8 and 0A. RGB value is (15,184,10). Sum of RGB (Red+Green+Blue) = 15+184+10=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 184 (72.27% from 255 or 88.04% from 209); Blue value is 10 (4.30% from 255 or 4.78% from 209); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB80A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FB80A is #F047F5. Grayscale: #727272. Windows color (decimal): -15747062 or 702479. OLE color: 702479.
HSL color Cylindrical-coordinate representation of color #0FB80A: hue angle of 118.28º degrees, saturation: 0.9, 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 #0FB80A is Cyan = 0.92, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 184 | 10 | - |
| CMYK | 0.92 | 0 | 0.95 | 0.28 |
| HSL | 118.28º | 0.9% | 0.38% | - |
| HSV(B) | 118.28º | 0.95% | 0.72% | - |
| XYZ | 17.39 | 34.4 | 6.01 | - |
| YUV | 113.63 | 69.51 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 184 | 10 | 0.92 | 0 | 0.95 | 0.28 | 118.28 | 0.9 | 0.38 |
| Hex | F | B8 | A | 5C | 0 | 5F | 1C | 76 | 5A | 26 |
| Octal | 17 | 270 | 12 | 134 | 0 | 137 | 34 | 166 | 132 | 46 |
| Binary | 1111 | 10111000 | 1010 | 1011100 | 0 | 1011111 | 11100 | 1110110 | 1011010 | 100110 |
Color Harmonies of #0FB80A
Complementary color
Monochromatic Colors of #0FB80A
Black with #0FB80A
Text Example
Text Example
White with #0FB80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB80A; }
p { color: rgb(15,184,10); }
H1.HeaderClassName
{
color: #0FB80A;
}
.AnyTagClassName
{
color: #0FB80A;
}
</style>
background-color css
<style>
a { background-color: #0FB80A; }
a { background-color: rgb(15,184,10); }
div.DivClassName
{
background-color: #0FB80A;
}
.BgClassName
{
background-color: #0FB80A;
}
</style>
border-color css
<style>
span { border-color: #0FB80A; }
span { border-color: rgb(15,184,10); }
td.TdClassName
{
border-color: #0FB80A;
}
.TagClassName
{
border-color: #0FB80A;
}
</style>