Shades of Islamic Green #0F950C
Tints of Islamic Green #0F950C
RGB
CMYK
RGB Variations
Color information
#0F950C (or 0x0F950C) is known color: Islamic Green. HEX triplet: 0F, 95 and 0C. RGB value is (15,149,12). Sum of RGB (Red+Green+Blue) = 15+149+12=176 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.52% from 176); Green value is 149 (58.59% from 255 or 84.66% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 149 - color contains mainly: green. Hex color #0F950C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F950C is #F06AF3. Grayscale: #5D5D5D. Windows color (decimal): -15756020 or 824591. OLE color: 824591.
HSL color Cylindrical-coordinate representation of color #0F950C: hue angle of 118.69º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F950C is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 15 | 149 | 12 | - |
| CMYK | 0.90 | 0 | 0.92 | 0.42 |
| HSL | 118.69º | 0.85% | 0.32% | - |
| HSV(B) | 118.69º | 0.92% | 0.58% | - |
| XYZ | 11.01 | 21.62 | 3.94 | - |
| YUV | 93.32 | 82.11 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 12 | 0.90 | 0 | 0.92 | 0.42 | 118.69 | 0.85 | 0.32 |
| Hex | F | 95 | C | 5A | 0 | 5C | 2A | 77 | 55 | 20 |
| Octal | 17 | 225 | 14 | 132 | 0 | 134 | 52 | 167 | 125 | 40 |
| Binary | 1111 | 10010101 | 1100 | 1011010 | 0 | 1011100 | 101010 | 1110111 | 1010101 | 100000 |
Color Harmonies of #0F950C
Complementary color
Monochromatic Colors of #0F950C
Black with #0F950C
Text Example
Text Example
White with #0F950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F950C; }
p { color: rgb(15,149,12); }
H1.HeaderClassName
{
color: #0F950C;
}
.AnyTagClassName
{
color: #0F950C;
}
</style>
background-color css
<style>
a { background-color: #0F950C; }
a { background-color: rgb(15,149,12); }
div.DivClassName
{
background-color: #0F950C;
}
.BgClassName
{
background-color: #0F950C;
}
</style>
border-color css
<style>
span { border-color: #0F950C; }
span { border-color: rgb(15,149,12); }
td.TdClassName
{
border-color: #0F950C;
}
.TagClassName
{
border-color: #0F950C;
}
</style>