Shades of Islamic Green #0F9102
Tints of Islamic Green #0F9102
RGB
CMYK
RGB Variations
Color information
#0F9102 (or 0x0F9102) is known color: Islamic Green. HEX triplet: 0F, 91 and 02. RGB value is (15,145,2). Sum of RGB (Red+Green+Blue) = 15+145+2=162 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.26% from 162); Green value is 145 (57.03% from 255 or 89.51% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 145 - color contains mainly: green. Hex color #0F9102 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9102 is #F06EFD. Grayscale: #5A5A5A. Windows color (decimal): -15757054 or 168207. OLE color: 168207.
HSL color Cylindrical-coordinate representation of color #0F9102: hue angle of 114.55º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F9102 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 2 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.43 |
| HSL | 114.55º | 0.97% | 0.29% | - |
| HSV(B) | 114.55º | 0.99% | 0.57% | - |
| XYZ | 10.33 | 20.36 | 3.44 | - |
| YUV | 89.83 | 78.43 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 2 | 0.90 | 0 | 0.99 | 0.43 | 114.55 | 0.97 | 0.29 |
| Hex | F | 91 | 2 | 5A | 0 | 63 | 2B | 73 | 61 | 1D |
| Octal | 17 | 221 | 2 | 132 | 0 | 143 | 53 | 163 | 141 | 35 |
| Binary | 1111 | 10010001 | 10 | 1011010 | 0 | 1100011 | 101011 | 1110011 | 1100001 | 11101 |
Color Harmonies of #0F9102
Complementary color
Monochromatic Colors of #0F9102
Black with #0F9102
Text Example
Text Example
White with #0F9102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9102; }
p { color: rgb(15,145,2); }
H1.HeaderClassName
{
color: #0F9102;
}
.AnyTagClassName
{
color: #0F9102;
}
</style>
background-color css
<style>
a { background-color: #0F9102; }
a { background-color: rgb(15,145,2); }
div.DivClassName
{
background-color: #0F9102;
}
.BgClassName
{
background-color: #0F9102;
}
</style>
border-color css
<style>
span { border-color: #0F9102; }
span { border-color: rgb(15,145,2); }
td.TdClassName
{
border-color: #0F9102;
}
.TagClassName
{
border-color: #0F9102;
}
</style>