Shades of Islamic Green #07BA12
Tints of Islamic Green #07BA12
RGB
CMYK
RGB Variations
Color information
#07BA12 (or 0x07BA12) is known color: Islamic Green. HEX triplet: 07, BA and 12. RGB value is (7,186,18). Sum of RGB (Red+Green+Blue) = 7+186+18=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 186 (73.05% from 255 or 88.15% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07BA12 is #F845ED. Grayscale: #717171. Windows color (decimal): -16270830 or 1227271. OLE color: 1227271.
HSL color Cylindrical-coordinate representation of color #07BA12: hue angle of 123.69º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BA12 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 18 | - |
| CMYK | 0.96 | 0 | 0.90 | 0.27 |
| HSL | 123.69º | 0.93% | 0.38% | - |
| HSV(B) | 123.69º | 0.96% | 0.73% | - |
| XYZ | 17.76 | 35.21 | 6.43 | - |
| YUV | 113.33 | 74.2 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 18 | 0.96 | 0 | 0.90 | 0.27 | 123.69 | 0.93 | 0.38 |
| Hex | 7 | BA | 12 | 60 | 0 | 5A | 1B | 7C | 5D | 26 |
| Octal | 7 | 272 | 22 | 140 | 0 | 132 | 33 | 174 | 135 | 46 |
| Binary | 111 | 10111010 | 10010 | 1100000 | 0 | 1011010 | 11011 | 1111100 | 1011101 | 100110 |
Color Harmonies of #07BA12
Complementary color
Monochromatic Colors of #07BA12
Black with #07BA12
Text Example
Text Example
White with #07BA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA12; }
p { color: rgb(7,186,18); }
H1.HeaderClassName
{
color: #07BA12;
}
.AnyTagClassName
{
color: #07BA12;
}
</style>
background-color css
<style>
a { background-color: #07BA12; }
a { background-color: rgb(7,186,18); }
div.DivClassName
{
background-color: #07BA12;
}
.BgClassName
{
background-color: #07BA12;
}
</style>
border-color css
<style>
span { border-color: #07BA12; }
span { border-color: rgb(7,186,18); }
td.TdClassName
{
border-color: #07BA12;
}
.TagClassName
{
border-color: #07BA12;
}
</style>