Shades of Islamic Green #0BA71C
Tints of Islamic Green #0BA71C
RGB
CMYK
RGB Variations
Color information
#0BA71C (or 0x0BA71C) is known color: Islamic Green. HEX triplet: 0B, A7 and 1C. RGB value is (11,167,28). Sum of RGB (Red+Green+Blue) = 11+167+28=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 167 (65.62% from 255 or 81.07% from 206); Blue value is 28 (11.33% from 255 or 13.59% from 206); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA71C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA71C is #F458E3. Grayscale: #686868. Windows color (decimal): -16013540 or 1877771. OLE color: 1877771.
HSL color Cylindrical-coordinate representation of color #0BA71C: hue angle of 126.54º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA71C is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 167 | 28 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.35 |
| HSL | 126.54º | 0.88% | 0.35% | - |
| HSV(B) | 126.54º | 0.93% | 0.65% | - |
| XYZ | 14.17 | 27.79 | 5.72 | - |
| YUV | 104.51 | 84.82 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 167 | 28 | 0.93 | 0 | 0.83 | 0.35 | 126.54 | 0.88 | 0.35 |
| Hex | B | A7 | 1C | 5D | 0 | 53 | 23 | 7F | 58 | 23 |
| Octal | 13 | 247 | 34 | 135 | 0 | 123 | 43 | 177 | 130 | 43 |
| Binary | 1011 | 10100111 | 11100 | 1011101 | 0 | 1010011 | 100011 | 1111111 | 1011000 | 100011 |
Color Harmonies of #0BA71C
Complementary color
Monochromatic Colors of #0BA71C
Black with #0BA71C
Text Example
Text Example
White with #0BA71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA71C; }
p { color: rgb(11,167,28); }
H1.HeaderClassName
{
color: #0BA71C;
}
.AnyTagClassName
{
color: #0BA71C;
}
</style>
background-color css
<style>
a { background-color: #0BA71C; }
a { background-color: rgb(11,167,28); }
div.DivClassName
{
background-color: #0BA71C;
}
.BgClassName
{
background-color: #0BA71C;
}
</style>
border-color css
<style>
span { border-color: #0BA71C; }
span { border-color: rgb(11,167,28); }
td.TdClassName
{
border-color: #0BA71C;
}
.TagClassName
{
border-color: #0BA71C;
}
</style>