Shades of Islamic Green #0B9B1A
Tints of Islamic Green #0B9B1A
RGB
CMYK
RGB Variations
Color information
#0B9B1A (or 0x0B9B1A) is known color: Islamic Green. HEX triplet: 0B, 9B and 1A. RGB value is (11,155,26). Sum of RGB (Red+Green+Blue) = 11+155+26=192 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.73% from 192); Green value is 155 (60.94% from 255 or 80.73% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 155 - color contains mainly: green. Hex color #0B9B1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B9B1A is #F464E5. Grayscale: #616161. Windows color (decimal): -16016614 or 1743627. OLE color: 1743627.
HSL color Cylindrical-coordinate representation of color #0B9B1A: hue angle of 126.25º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9B1A is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 155 | 26 | - |
| CMYK | 0.93 | 0 | 0.83 | 0.39 |
| HSL | 126.25º | 0.87% | 0.33% | - |
| HSV(B) | 126.25º | 0.93% | 0.61% | - |
| XYZ | 12.05 | 23.59 | 4.9 | - |
| YUV | 97.24 | 87.79 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 155 | 26 | 0.93 | 0 | 0.83 | 0.39 | 126.25 | 0.87 | 0.33 |
| Hex | B | 9B | 1A | 5D | 0 | 53 | 27 | 7E | 57 | 21 |
| Octal | 13 | 233 | 32 | 135 | 0 | 123 | 47 | 176 | 127 | 41 |
| Binary | 1011 | 10011011 | 11010 | 1011101 | 0 | 1010011 | 100111 | 1111110 | 1010111 | 100001 |
Color Harmonies of #0B9B1A
Complementary color
Monochromatic Colors of #0B9B1A
Black with #0B9B1A
Text Example
Text Example
White with #0B9B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9B1A; }
p { color: rgb(11,155,26); }
H1.HeaderClassName
{
color: #0B9B1A;
}
.AnyTagClassName
{
color: #0B9B1A;
}
</style>
background-color css
<style>
a { background-color: #0B9B1A; }
a { background-color: rgb(11,155,26); }
div.DivClassName
{
background-color: #0B9B1A;
}
.BgClassName
{
background-color: #0B9B1A;
}
</style>
border-color css
<style>
span { border-color: #0B9B1A; }
span { border-color: rgb(11,155,26); }
td.TdClassName
{
border-color: #0B9B1A;
}
.TagClassName
{
border-color: #0B9B1A;
}
</style>