Shades of Islamic Green #0BAE19
Tints of Islamic Green #0BAE19
RGB
CMYK
RGB Variations
Color information
#0BAE19 (or 0x0BAE19) is known color: Islamic Green. HEX triplet: 0B, AE and 19. RGB value is (11,174,25). Sum of RGB (Red+Green+Blue) = 11+174+25=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 174 (68.36% from 255 or 82.86% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAE19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BAE19 is #F451E6. Grayscale: #6C6C6C. Windows color (decimal): -16011751 or 1682955. OLE color: 1682955.
HSL color Cylindrical-coordinate representation of color #0BAE19: hue angle of 125.15º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAE19 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 174 | 25 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.32 |
| HSL | 125.15º | 0.88% | 0.36% | - |
| HSV(B) | 125.15º | 0.94% | 0.68% | - |
| XYZ | 15.45 | 30.41 | 5.98 | - |
| YUV | 108.28 | 81 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 174 | 25 | 0.94 | 0 | 0.86 | 0.32 | 125.15 | 0.88 | 0.36 |
| Hex | B | AE | 19 | 5E | 0 | 56 | 20 | 7D | 58 | 24 |
| Octal | 13 | 256 | 31 | 136 | 0 | 126 | 40 | 175 | 130 | 44 |
| Binary | 1011 | 10101110 | 11001 | 1011110 | 0 | 1010110 | 100000 | 1111101 | 1011000 | 100100 |
Color Harmonies of #0BAE19
Complementary color
Monochromatic Colors of #0BAE19
Black with #0BAE19
Text Example
Text Example
White with #0BAE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BAE19; }
p { color: rgb(11,174,25); }
H1.HeaderClassName
{
color: #0BAE19;
}
.AnyTagClassName
{
color: #0BAE19;
}
</style>
background-color css
<style>
a { background-color: #0BAE19; }
a { background-color: rgb(11,174,25); }
div.DivClassName
{
background-color: #0BAE19;
}
.BgClassName
{
background-color: #0BAE19;
}
</style>
border-color css
<style>
span { border-color: #0BAE19; }
span { border-color: rgb(11,174,25); }
td.TdClassName
{
border-color: #0BAE19;
}
.TagClassName
{
border-color: #0BAE19;
}
</style>