Shades of Islamic Green #04BA03
Tints of Islamic Green #04BA03
RGB
CMYK
RGB Variations
Color information
#04BA03 (or 0x04BA03) is known color: Islamic Green. HEX triplet: 04, BA and 03. RGB value is (4,186,3). Sum of RGB (Red+Green+Blue) = 4+186+3=193 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.07% from 193); Green value is 186 (73.05% from 255 or 96.37% from 193); Blue value is 3 (1.56% from 255 or 1.55% from 193); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA03 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BA03 is #FB45FC. Grayscale: #6F6F6F. Windows color (decimal): -16467453 or 244228. OLE color: 244228.
HSL color Cylindrical-coordinate representation of color #04BA03: hue angle of 119.67º 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 #04BA03 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 186 | 3 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.27 |
| HSL | 119.67º | 0.97% | 0.37% | - |
| HSV(B) | 119.67º | 0.98% | 0.73% | - |
| XYZ | 17.63 | 35.15 | 5.94 | - |
| YUV | 110.72 | 67.2 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 186 | 3 | 0.98 | 0 | 0.98 | 0.27 | 119.67 | 0.97 | 0.37 |
| Hex | 4 | BA | 3 | 62 | 0 | 62 | 1B | 78 | 61 | 25 |
| Octal | 4 | 272 | 3 | 142 | 0 | 142 | 33 | 170 | 141 | 45 |
| Binary | 100 | 10111010 | 11 | 1100010 | 0 | 1100010 | 11011 | 1111000 | 1100001 | 100101 |
Color Harmonies of #04BA03
Complementary color
Monochromatic Colors of #04BA03
Black with #04BA03
Text Example
Text Example
White with #04BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BA03; }
p { color: rgb(4,186,3); }
H1.HeaderClassName
{
color: #04BA03;
}
.AnyTagClassName
{
color: #04BA03;
}
</style>
background-color css
<style>
a { background-color: #04BA03; }
a { background-color: rgb(4,186,3); }
div.DivClassName
{
background-color: #04BA03;
}
.BgClassName
{
background-color: #04BA03;
}
</style>
border-color css
<style>
span { border-color: #04BA03; }
span { border-color: rgb(4,186,3); }
td.TdClassName
{
border-color: #04BA03;
}
.TagClassName
{
border-color: #04BA03;
}
</style>