Shades of Islamic Green #0F930B
Tints of Islamic Green #0F930B
RGB
CMYK
RGB Variations
Color information
#0F930B (or 0x0F930B) is known color: Islamic Green. HEX triplet: 0F, 93 and 0B. RGB value is (15,147,11). Sum of RGB (Red+Green+Blue) = 15+147+11=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 147 (57.81% from 255 or 84.97% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 147 - color contains mainly: green. Hex color #0F930B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F930B is #F06CF4. Grayscale: #5C5C5C. Windows color (decimal): -15756533 or 758543. OLE color: 758543.
HSL color Cylindrical-coordinate representation of color #0F930B: hue angle of 118.24º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F930B is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 147 | 11 | - |
| CMYK | 0.90 | 0 | 0.93 | 0.42 |
| HSL | 118.24º | 0.86% | 0.31% | - |
| HSV(B) | 118.24º | 0.93% | 0.58% | - |
| XYZ | 10.69 | 20.99 | 3.81 | - |
| YUV | 92.03 | 82.27 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 147 | 11 | 0.90 | 0 | 0.93 | 0.42 | 118.24 | 0.86 | 0.31 |
| Hex | F | 93 | B | 5A | 0 | 5D | 2A | 76 | 56 | 1F |
| Octal | 17 | 223 | 13 | 132 | 0 | 135 | 52 | 166 | 126 | 37 |
| Binary | 1111 | 10010011 | 1011 | 1011010 | 0 | 1011101 | 101010 | 1110110 | 1010110 | 11111 |
Color Harmonies of #0F930B
Complementary color
Monochromatic Colors of #0F930B
Black with #0F930B
Text Example
Text Example
White with #0F930B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F930B; }
p { color: rgb(15,147,11); }
H1.HeaderClassName
{
color: #0F930B;
}
.AnyTagClassName
{
color: #0F930B;
}
</style>
background-color css
<style>
a { background-color: #0F930B; }
a { background-color: rgb(15,147,11); }
div.DivClassName
{
background-color: #0F930B;
}
.BgClassName
{
background-color: #0F930B;
}
</style>
border-color css
<style>
span { border-color: #0F930B; }
span { border-color: rgb(15,147,11); }
td.TdClassName
{
border-color: #0F930B;
}
.TagClassName
{
border-color: #0F930B;
}
</style>