Shades of Islamic Green #0F910C
Tints of Islamic Green #0F910C
RGB
CMYK
RGB Variations
Color information
#0F910C (or 0x0F910C) is known color: Islamic Green. HEX triplet: 0F, 91 and 0C. RGB value is (15,145,12). Sum of RGB (Red+Green+Blue) = 15+145+12=172 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.72% from 172); Green value is 145 (57.03% from 255 or 84.30% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 145 - color contains mainly: green. Hex color #0F910C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F910C is #F06EF3. Grayscale: #5B5B5B. Windows color (decimal): -15757044 or 823567. OLE color: 823567.
HSL color Cylindrical-coordinate representation of color #0F910C: hue angle of 118.65º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F910C is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 12 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.43 |
| HSL | 118.65º | 0.85% | 0.31% | - |
| HSV(B) | 118.65º | 0.92% | 0.57% | - |
| XYZ | 10.39 | 20.38 | 3.73 | - |
| YUV | 90.97 | 83.43 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 12 | 0.90 | 0 | 0.92 | 0.43 | 118.65 | 0.85 | 0.31 |
| Hex | F | 91 | C | 5A | 0 | 5C | 2B | 77 | 55 | 1F |
| Octal | 17 | 221 | 14 | 132 | 0 | 134 | 53 | 167 | 125 | 37 |
| Binary | 1111 | 10010001 | 1100 | 1011010 | 0 | 1011100 | 101011 | 1110111 | 1010101 | 11111 |
Color Harmonies of #0F910C
Complementary color
Monochromatic Colors of #0F910C
Black with #0F910C
Text Example
Text Example
White with #0F910C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F910C; }
p { color: rgb(15,145,12); }
H1.HeaderClassName
{
color: #0F910C;
}
.AnyTagClassName
{
color: #0F910C;
}
</style>
background-color css
<style>
a { background-color: #0F910C; }
a { background-color: rgb(15,145,12); }
div.DivClassName
{
background-color: #0F910C;
}
.BgClassName
{
background-color: #0F910C;
}
</style>
border-color css
<style>
span { border-color: #0F910C; }
span { border-color: rgb(15,145,12); }
td.TdClassName
{
border-color: #0F910C;
}
.TagClassName
{
border-color: #0F910C;
}
</style>