Shades of Islamic Green #0BA801
Tints of Islamic Green #0BA801
RGB
CMYK
RGB Variations
Color information
#0BA801 (or 0x0BA801) is known color: Islamic Green. HEX triplet: 0B, A8 and 01. RGB value is (11,168,1). Sum of RGB (Red+Green+Blue) = 11+168+1=180 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.11% from 180); Green value is 168 (66.02% from 255 or 93.33% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 168 - color contains mainly: green. Hex color #0BA801 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA801 is #F457FE. Grayscale: #666666. Windows color (decimal): -16013311 or 108555. OLE color: 108555.
HSL color Cylindrical-coordinate representation of color #0BA801: hue angle of 116.41º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BA801 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 11 | 168 | 1 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.34 |
| HSL | 116.41º | 0.99% | 0.33% | - |
| HSV(B) | 116.41º | 0.99% | 0.66% | - |
| XYZ | 14.15 | 28.08 | 4.7 | - |
| YUV | 102.02 | 70.99 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 168 | 1 | 0.93 | 0 | 0.99 | 0.34 | 116.41 | 0.99 | 0.33 |
| Hex | B | A8 | 1 | 5D | 0 | 63 | 22 | 74 | 63 | 21 |
| Octal | 13 | 250 | 1 | 135 | 0 | 143 | 42 | 164 | 143 | 41 |
| Binary | 1011 | 10101000 | 1 | 1011101 | 0 | 1100011 | 100010 | 1110100 | 1100011 | 100001 |
Color Harmonies of #0BA801
Complementary color
Monochromatic Colors of #0BA801
Black with #0BA801
Text Example
Text Example
White with #0BA801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA801; }
p { color: rgb(11,168,1); }
H1.HeaderClassName
{
color: #0BA801;
}
.AnyTagClassName
{
color: #0BA801;
}
</style>
background-color css
<style>
a { background-color: #0BA801; }
a { background-color: rgb(11,168,1); }
div.DivClassName
{
background-color: #0BA801;
}
.BgClassName
{
background-color: #0BA801;
}
</style>
border-color css
<style>
span { border-color: #0BA801; }
span { border-color: rgb(11,168,1); }
td.TdClassName
{
border-color: #0BA801;
}
.TagClassName
{
border-color: #0BA801;
}
</style>