Shades of Islamic Green #0BA71D
Tints of Islamic Green #0BA71D
RGB
CMYK
RGB Variations
Color information
#0BA71D (or 0x0BA71D) is known color: Islamic Green. HEX triplet: 0B, A7 and 1D. RGB value is (11,167,29). Sum of RGB (Red+Green+Blue) = 11+167+29=207 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.31% from 207); Green value is 167 (65.62% from 255 or 80.68% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA71D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA71D is #F458E2. Grayscale: #696969. Windows color (decimal): -16013539 or 1943307. OLE color: 1943307.
HSL color Cylindrical-coordinate representation of color #0BA71D: hue angle of 126.92º 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 #0BA71D is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 11 | 167 | 29 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.35 |
| HSL | 126.92º | 0.88% | 0.35% | - |
| HSV(B) | 126.92º | 0.93% | 0.65% | - |
| XYZ | 14.18 | 27.8 | 5.78 | - |
| YUV | 104.62 | 85.32 | 61.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 167 | 29 | 0.93 | 0 | 0.83 | 0.35 | 126.92 | 0.88 | 0.35 |
| Hex | B | A7 | 1D | 5D | 0 | 53 | 23 | 7F | 58 | 23 |
| Octal | 13 | 247 | 35 | 135 | 0 | 123 | 43 | 177 | 130 | 43 |
| Binary | 1011 | 10100111 | 11101 | 1011101 | 0 | 1010011 | 100011 | 1111111 | 1011000 | 100011 |
Color Harmonies of #0BA71D
Complementary color
Monochromatic Colors of #0BA71D
Black with #0BA71D
Text Example
Text Example
White with #0BA71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA71D; }
p { color: rgb(11,167,29); }
H1.HeaderClassName
{
color: #0BA71D;
}
.AnyTagClassName
{
color: #0BA71D;
}
</style>
background-color css
<style>
a { background-color: #0BA71D; }
a { background-color: rgb(11,167,29); }
div.DivClassName
{
background-color: #0BA71D;
}
.BgClassName
{
background-color: #0BA71D;
}
</style>
border-color css
<style>
span { border-color: #0BA71D; }
span { border-color: rgb(11,167,29); }
td.TdClassName
{
border-color: #0BA71D;
}
.TagClassName
{
border-color: #0BA71D;
}
</style>