Shades of Islamic Green #03BA0C
Tints of Islamic Green #03BA0C
RGB
CMYK
RGB Variations
Color information
#03BA0C (or 0x03BA0C) is known color: Islamic Green. HEX triplet: 03, BA and 0C. RGB value is (3,186,12). Sum of RGB (Red+Green+Blue) = 3+186+12=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 186 (73.05% from 255 or 92.54% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 186 - color contains mainly: green. Hex color #03BA0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #03BA0C is #FC45F3. Grayscale: #6F6F6F. Windows color (decimal): -16532980 or 834051. OLE color: 834051.
HSL color Cylindrical-coordinate representation of color #03BA0C: hue angle of 122.95º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BA0C is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 3 | 186 | 12 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.27 |
| HSL | 122.95º | 0.97% | 0.37% | - |
| HSV(B) | 122.95º | 0.98% | 0.73% | - |
| XYZ | 17.66 | 35.16 | 6.2 | - |
| YUV | 111.45 | 71.87 | 50.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 186 | 12 | 0.98 | 0 | 0.94 | 0.27 | 122.95 | 0.97 | 0.37 |
| Hex | 3 | BA | C | 62 | 0 | 5E | 1B | 7B | 61 | 25 |
| Octal | 3 | 272 | 14 | 142 | 0 | 136 | 33 | 173 | 141 | 45 |
| Binary | 11 | 10111010 | 1100 | 1100010 | 0 | 1011110 | 11011 | 1111011 | 1100001 | 100101 |
Color Harmonies of #03BA0C
Complementary color
Monochromatic Colors of #03BA0C
Black with #03BA0C
Text Example
Text Example
White with #03BA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BA0C; }
p { color: rgb(3,186,12); }
H1.HeaderClassName
{
color: #03BA0C;
}
.AnyTagClassName
{
color: #03BA0C;
}
</style>
background-color css
<style>
a { background-color: #03BA0C; }
a { background-color: rgb(3,186,12); }
div.DivClassName
{
background-color: #03BA0C;
}
.BgClassName
{
background-color: #03BA0C;
}
</style>
border-color css
<style>
span { border-color: #03BA0C; }
span { border-color: rgb(3,186,12); }
td.TdClassName
{
border-color: #03BA0C;
}
.TagClassName
{
border-color: #03BA0C;
}
</style>