Shades of Islamic Green #0F910F
Tints of Islamic Green #0F910F
RGB
CMYK
RGB Variations
Color information
#0F910F (or 0x0F910F) is known color: Islamic Green. HEX triplet: 0F, 91 and 0F. RGB value is (15,145,15). Sum of RGB (Red+Green+Blue) = 15+145+15=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 145 (57.03% from 255 or 82.86% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 145 - color contains mainly: green. Hex color #0F910F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F910F is #F06EF0. Grayscale: #5B5B5B. Windows color (decimal): -15757041 or 1020175. OLE color: 1020175.
HSL color Cylindrical-coordinate representation of color #0F910F: hue angle of 120º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F910F is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 15 | - |
| CMYK | 0.90 | 0 | 0.90 | 0.43 |
| HSL | 120º | 0.81% | 0.31% | - |
| HSV(B) | 120º | 0.9% | 0.57% | - |
| XYZ | 10.41 | 20.39 | 3.84 | - |
| YUV | 91.31 | 84.93 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 15 | 0.90 | 0 | 0.90 | 0.43 | 120 | 0.81 | 0.31 |
| Hex | F | 91 | F | 5A | 0 | 5A | 2B | 78 | 51 | 1F |
| Octal | 17 | 221 | 17 | 132 | 0 | 132 | 53 | 170 | 121 | 37 |
| Binary | 1111 | 10010001 | 1111 | 1011010 | 0 | 1011010 | 101011 | 1111000 | 1010001 | 11111 |
Color Harmonies of #0F910F
Complementary color
Monochromatic Colors of #0F910F
Black with #0F910F
Text Example
Text Example
White with #0F910F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F910F; }
p { color: rgb(15,145,15); }
H1.HeaderClassName
{
color: #0F910F;
}
.AnyTagClassName
{
color: #0F910F;
}
</style>
background-color css
<style>
a { background-color: #0F910F; }
a { background-color: rgb(15,145,15); }
div.DivClassName
{
background-color: #0F910F;
}
.BgClassName
{
background-color: #0F910F;
}
</style>
border-color css
<style>
span { border-color: #0F910F; }
span { border-color: rgb(15,145,15); }
td.TdClassName
{
border-color: #0F910F;
}
.TagClassName
{
border-color: #0F910F;
}
</style>