Shades of Islamic Green #0F9202
Tints of Islamic Green #0F9202
RGB
CMYK
RGB Variations
Color information
#0F9202 (or 0x0F9202) is known color: Islamic Green. HEX triplet: 0F, 92 and 02. RGB value is (15,146,2). Sum of RGB (Red+Green+Blue) = 15+146+2=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 146 (57.42% from 255 or 89.57% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 146 - color contains mainly: green. Hex color #0F9202 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0F9202 is #F06DFD. Grayscale: #5A5A5A. Windows color (decimal): -15756798 or 168463. OLE color: 168463.
HSL color Cylindrical-coordinate representation of color #0F9202: hue angle of 114.58º 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 #0F9202 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 146 | 2 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.43 |
| HSL | 114.58º | 0.97% | 0.29% | - |
| HSV(B) | 114.58º | 0.99% | 0.57% | - |
| XYZ | 10.49 | 20.66 | 3.49 | - |
| YUV | 90.42 | 78.1 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 146 | 2 | 0.90 | 0 | 0.99 | 0.43 | 114.58 | 0.97 | 0.29 |
| Hex | F | 92 | 2 | 5A | 0 | 63 | 2B | 73 | 61 | 1D |
| Octal | 17 | 222 | 2 | 132 | 0 | 143 | 53 | 163 | 141 | 35 |
| Binary | 1111 | 10010010 | 10 | 1011010 | 0 | 1100011 | 101011 | 1110011 | 1100001 | 11101 |
Color Harmonies of #0F9202
Complementary color
Monochromatic Colors of #0F9202
Black with #0F9202
Text Example
Text Example
White with #0F9202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9202; }
p { color: rgb(15,146,2); }
H1.HeaderClassName
{
color: #0F9202;
}
.AnyTagClassName
{
color: #0F9202;
}
</style>
background-color css
<style>
a { background-color: #0F9202; }
a { background-color: rgb(15,146,2); }
div.DivClassName
{
background-color: #0F9202;
}
.BgClassName
{
background-color: #0F9202;
}
</style>
border-color css
<style>
span { border-color: #0F9202; }
span { border-color: rgb(15,146,2); }
td.TdClassName
{
border-color: #0F9202;
}
.TagClassName
{
border-color: #0F9202;
}
</style>