Shades of Islamic Green #0F9006
Tints of Islamic Green #0F9006
RGB
CMYK
RGB Variations
Color information
#0F9006 (or 0x0F9006) is known color: Islamic Green. HEX triplet: 0F, 90 and 06. RGB value is (15,144,6). Sum of RGB (Red+Green+Blue) = 15+144+6=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 144 (56.64% from 255 or 87.27% from 165); Blue value is 6 (2.73% from 255 or 3.64% from 165); Max value from RGB is 144 - color contains mainly: green. Hex color #0F9006 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9006 is #F06FF9. Grayscale: #5A5A5A. Windows color (decimal): -15757306 or 430095. OLE color: 430095.
HSL color Cylindrical-coordinate representation of color #0F9006: hue angle of 116.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F9006 is Cyan = 0.90, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 15 | 144 | 6 | - |
| CMYK | 0.90 | 0 | 0.96 | 0.44 |
| HSL | 116.09º | 0.92% | 0.29% | - |
| HSV(B) | 116.09º | 0.96% | 0.56% | - |
| XYZ | 10.2 | 20.06 | 3.51 | - |
| YUV | 89.7 | 80.76 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 144 | 6 | 0.90 | 0 | 0.96 | 0.44 | 116.09 | 0.92 | 0.29 |
| Hex | F | 90 | 6 | 5A | 0 | 60 | 2C | 74 | 5C | 1D |
| Octal | 17 | 220 | 6 | 132 | 0 | 140 | 54 | 164 | 134 | 35 |
| Binary | 1111 | 10010000 | 110 | 1011010 | 0 | 1100000 | 101100 | 1110100 | 1011100 | 11101 |
Color Harmonies of #0F9006
Complementary color
Monochromatic Colors of #0F9006
Black with #0F9006
Text Example
Text Example
White with #0F9006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9006; }
p { color: rgb(15,144,6); }
H1.HeaderClassName
{
color: #0F9006;
}
.AnyTagClassName
{
color: #0F9006;
}
</style>
background-color css
<style>
a { background-color: #0F9006; }
a { background-color: rgb(15,144,6); }
div.DivClassName
{
background-color: #0F9006;
}
.BgClassName
{
background-color: #0F9006;
}
</style>
border-color css
<style>
span { border-color: #0F9006; }
span { border-color: rgb(15,144,6); }
td.TdClassName
{
border-color: #0F9006;
}
.TagClassName
{
border-color: #0F9006;
}
</style>