Shades of Islamic Green #0BA41C
Tints of Islamic Green #0BA41C
RGB
CMYK
RGB Variations
Color information
#0BA41C (or 0x0BA41C) is known color: Islamic Green. HEX triplet: 0B, A4 and 1C. RGB value is (11,164,28). Sum of RGB (Red+Green+Blue) = 11+164+28=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 164 (64.45% from 255 or 80.79% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 164 - color contains mainly: green. Hex color #0BA41C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA41C is #F45BE3. Grayscale: #676767. Windows color (decimal): -16014308 or 1877003. OLE color: 1877003.
HSL color Cylindrical-coordinate representation of color #0BA41C: hue angle of 126.67º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0BA41C is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 11 | 164 | 28 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.36 |
| HSL | 126.67º | 0.87% | 0.34% | - |
| HSV(B) | 126.67º | 0.93% | 0.64% | - |
| XYZ | 13.62 | 26.71 | 5.54 | - |
| YUV | 102.75 | 85.81 | 62.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 164 | 28 | 0.93 | 0 | 0.83 | 0.36 | 126.67 | 0.87 | 0.34 |
| Hex | B | A4 | 1C | 5D | 0 | 53 | 24 | 7F | 57 | 22 |
| Octal | 13 | 244 | 34 | 135 | 0 | 123 | 44 | 177 | 127 | 42 |
| Binary | 1011 | 10100100 | 11100 | 1011101 | 0 | 1010011 | 100100 | 1111111 | 1010111 | 100010 |
Color Harmonies of #0BA41C
Complementary color
Monochromatic Colors of #0BA41C
Black with #0BA41C
Text Example
Text Example
White with #0BA41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA41C; }
p { color: rgb(11,164,28); }
H1.HeaderClassName
{
color: #0BA41C;
}
.AnyTagClassName
{
color: #0BA41C;
}
</style>
background-color css
<style>
a { background-color: #0BA41C; }
a { background-color: rgb(11,164,28); }
div.DivClassName
{
background-color: #0BA41C;
}
.BgClassName
{
background-color: #0BA41C;
}
</style>
border-color css
<style>
span { border-color: #0BA41C; }
span { border-color: rgb(11,164,28); }
td.TdClassName
{
border-color: #0BA41C;
}
.TagClassName
{
border-color: #0BA41C;
}
</style>