Shades of Islamic Green #0B9F0C
Tints of Islamic Green #0B9F0C
RGB
CMYK
RGB Variations
Color information
#0B9F0C (or 0x0B9F0C) is known color: Islamic Green. HEX triplet: 0B, 9F and 0C. RGB value is (11,159,12). Sum of RGB (Red+Green+Blue) = 11+159+12=182 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.04% from 182); Green value is 159 (62.5% from 255 or 87.36% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 159 - color contains mainly: green. Hex color #0B9F0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B9F0C is #F460F3. Grayscale: #626262. Windows color (decimal): -16015604 or 827147. OLE color: 827147.
HSL color Cylindrical-coordinate representation of color #0B9F0C: hue angle of 120.41º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9F0C is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 159 | 12 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.38 |
| HSL | 120.41º | 0.87% | 0.33% | - |
| HSV(B) | 120.41º | 0.93% | 0.62% | - |
| XYZ | 12.6 | 24.89 | 4.49 | - |
| YUV | 97.99 | 79.47 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 159 | 12 | 0.93 | 0 | 0.92 | 0.38 | 120.41 | 0.87 | 0.33 |
| Hex | B | 9F | C | 5D | 0 | 5C | 26 | 78 | 57 | 21 |
| Octal | 13 | 237 | 14 | 135 | 0 | 134 | 46 | 170 | 127 | 41 |
| Binary | 1011 | 10011111 | 1100 | 1011101 | 0 | 1011100 | 100110 | 1111000 | 1010111 | 100001 |
Color Harmonies of #0B9F0C
Complementary color
Monochromatic Colors of #0B9F0C
Black with #0B9F0C
Text Example
Text Example
White with #0B9F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9F0C; }
p { color: rgb(11,159,12); }
H1.HeaderClassName
{
color: #0B9F0C;
}
.AnyTagClassName
{
color: #0B9F0C;
}
</style>
background-color css
<style>
a { background-color: #0B9F0C; }
a { background-color: rgb(11,159,12); }
div.DivClassName
{
background-color: #0B9F0C;
}
.BgClassName
{
background-color: #0B9F0C;
}
</style>
border-color css
<style>
span { border-color: #0B9F0C; }
span { border-color: rgb(11,159,12); }
td.TdClassName
{
border-color: #0B9F0C;
}
.TagClassName
{
border-color: #0B9F0C;
}
</style>