Shades of Islamic Green #0FB21C
Tints of Islamic Green #0FB21C
RGB
CMYK
RGB Variations
Color information
#0FB21C (or 0x0FB21C) is known color: Islamic Green. HEX triplet: 0F, B2 and 1C. RGB value is (15,178,28). Sum of RGB (Red+Green+Blue) = 15+178+28=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 178 (69.92% from 255 or 80.54% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB21C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB21C is #F04DE3. Grayscale: #707070. Windows color (decimal): -15748580 or 1880591. OLE color: 1880591.
HSL color Cylindrical-coordinate representation of color #0FB21C: hue angle of 124.79º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB21C is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 15 | 178 | 28 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.30 |
| HSL | 124.79º | 0.84% | 0.38% | - |
| HSV(B) | 124.79º | 0.92% | 0.7% | - |
| XYZ | 16.33 | 32.03 | 6.42 | - |
| YUV | 112.16 | 80.5 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 178 | 28 | 0.92 | 0 | 0.84 | 0.30 | 124.79 | 0.84 | 0.38 |
| Hex | F | B2 | 1C | 5C | 0 | 54 | 1E | 7D | 54 | 26 |
| Octal | 17 | 262 | 34 | 134 | 0 | 124 | 36 | 175 | 124 | 46 |
| Binary | 1111 | 10110010 | 11100 | 1011100 | 0 | 1010100 | 11110 | 1111101 | 1010100 | 100110 |
Color Harmonies of #0FB21C
Complementary color
Monochromatic Colors of #0FB21C
Black with #0FB21C
Text Example
Text Example
White with #0FB21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB21C; }
p { color: rgb(15,178,28); }
H1.HeaderClassName
{
color: #0FB21C;
}
.AnyTagClassName
{
color: #0FB21C;
}
</style>
background-color css
<style>
a { background-color: #0FB21C; }
a { background-color: rgb(15,178,28); }
div.DivClassName
{
background-color: #0FB21C;
}
.BgClassName
{
background-color: #0FB21C;
}
</style>
border-color css
<style>
span { border-color: #0FB21C; }
span { border-color: rgb(15,178,28); }
td.TdClassName
{
border-color: #0FB21C;
}
.TagClassName
{
border-color: #0FB21C;
}
</style>