Shades of Islamic Green #0BAF0C
Tints of Islamic Green #0BAF0C
RGB
CMYK
RGB Variations
Color information
#0BAF0C (or 0x0BAF0C) is known color: Islamic Green. HEX triplet: 0B, AF and 0C. RGB value is (11,175,12). Sum of RGB (Red+Green+Blue) = 11+175+12=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 175 (68.75% from 255 or 88.38% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAF0C is #F450F3. Grayscale: #6B6B6B. Windows color (decimal): -16011508 or 831243. OLE color: 831243.
HSL color Cylindrical-coordinate representation of color #0BAF0C: hue angle of 120.37º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAF0C is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 175 | 12 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.31 |
| HSL | 120.37º | 0.88% | 0.36% | - |
| HSV(B) | 120.37º | 0.94% | 0.69% | - |
| XYZ | 15.53 | 30.76 | 5.47 | - |
| YUV | 107.38 | 74.17 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 12 | 0.94 | 0 | 0.93 | 0.31 | 120.37 | 0.88 | 0.36 |
| Hex | B | AF | C | 5E | 0 | 5D | 1F | 78 | 58 | 24 |
| Octal | 13 | 257 | 14 | 136 | 0 | 135 | 37 | 170 | 130 | 44 |
| Binary | 1011 | 10101111 | 1100 | 1011110 | 0 | 1011101 | 11111 | 1111000 | 1011000 | 100100 |
Color Harmonies of #0BAF0C
Complementary color
Monochromatic Colors of #0BAF0C
Black with #0BAF0C
Text Example
Text Example
White with #0BAF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAF0C; }
p { color: rgb(11,175,12); }
H1.HeaderClassName
{
color: #0BAF0C;
}
.AnyTagClassName
{
color: #0BAF0C;
}
</style>
background-color css
<style>
a { background-color: #0BAF0C; }
a { background-color: rgb(11,175,12); }
div.DivClassName
{
background-color: #0BAF0C;
}
.BgClassName
{
background-color: #0BAF0C;
}
</style>
border-color css
<style>
span { border-color: #0BAF0C; }
span { border-color: rgb(11,175,12); }
td.TdClassName
{
border-color: #0BAF0C;
}
.TagClassName
{
border-color: #0BAF0C;
}
</style>