Shades of Islamic Green #0BAF0A
Tints of Islamic Green #0BAF0A
RGB
CMYK
RGB Variations
Color information
#0BAF0A (or 0x0BAF0A) is known color: Islamic Green. HEX triplet: 0B, AF and 0A. RGB value is (11,175,10). Sum of RGB (Red+Green+Blue) = 11+175+10=196 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.61% from 196); Green value is 175 (68.75% from 255 or 89.29% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 175 - color contains mainly: green. Hex color #0BAF0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAF0A is #F450F5. Grayscale: #6B6B6B. Windows color (decimal): -16011510 or 700171. OLE color: 700171.
HSL color Cylindrical-coordinate representation of color #0BAF0A: hue angle of 119.64º degrees, saturation: 0.89, 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 #0BAF0A is Cyan = 0.94, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 175 | 10 | - |
| CMYK | 0.94 | 0 | 0.94 | 0.31 |
| HSL | 119.64º | 0.89% | 0.36% | - |
| HSV(B) | 119.64º | 0.94% | 0.69% | - |
| XYZ | 15.52 | 30.75 | 5.4 | - |
| YUV | 107.15 | 73.17 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 175 | 10 | 0.94 | 0 | 0.94 | 0.31 | 119.64 | 0.89 | 0.36 |
| Hex | B | AF | A | 5E | 0 | 5E | 1F | 78 | 59 | 24 |
| Octal | 13 | 257 | 12 | 136 | 0 | 136 | 37 | 170 | 131 | 44 |
| Binary | 1011 | 10101111 | 1010 | 1011110 | 0 | 1011110 | 11111 | 1111000 | 1011001 | 100100 |
Color Harmonies of #0BAF0A
Complementary color
Monochromatic Colors of #0BAF0A
Black with #0BAF0A
Text Example
Text Example
White with #0BAF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAF0A; }
p { color: rgb(11,175,10); }
H1.HeaderClassName
{
color: #0BAF0A;
}
.AnyTagClassName
{
color: #0BAF0A;
}
</style>
background-color css
<style>
a { background-color: #0BAF0A; }
a { background-color: rgb(11,175,10); }
div.DivClassName
{
background-color: #0BAF0A;
}
.BgClassName
{
background-color: #0BAF0A;
}
</style>
border-color css
<style>
span { border-color: #0BAF0A; }
span { border-color: rgb(11,175,10); }
td.TdClassName
{
border-color: #0BAF0A;
}
.TagClassName
{
border-color: #0BAF0A;
}
</style>