Shades of Islamic Green #04BC0F
Tints of Islamic Green #04BC0F
RGB
CMYK
RGB Variations
Color information
#04BC0F (or 0x04BC0F) is known color: Islamic Green. HEX triplet: 04, BC and 0F. RGB value is (4,188,15). Sum of RGB (Red+Green+Blue) = 4+188+15=207 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.93% from 207); Green value is 188 (73.83% from 255 or 90.82% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BC0F is #FB43F0. Grayscale: #717171. Windows color (decimal): -16466929 or 1031172. OLE color: 1031172.
HSL color Cylindrical-coordinate representation of color #04BC0F: hue angle of 123.59º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BC0F is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 188 | 15 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.26 |
| HSL | 123.59º | 0.96% | 0.38% | - |
| HSV(B) | 123.59º | 0.98% | 0.74% | - |
| XYZ | 18.12 | 36.03 | 6.45 | - |
| YUV | 113.26 | 72.54 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 188 | 15 | 0.98 | 0 | 0.92 | 0.26 | 123.59 | 0.96 | 0.38 |
| Hex | 4 | BC | F | 62 | 0 | 5C | 1A | 7C | 60 | 26 |
| Octal | 4 | 274 | 17 | 142 | 0 | 134 | 32 | 174 | 140 | 46 |
| Binary | 100 | 10111100 | 1111 | 1100010 | 0 | 1011100 | 11010 | 1111100 | 1100000 | 100110 |
Color Harmonies of #04BC0F
Complementary color
Monochromatic Colors of #04BC0F
Black with #04BC0F
Text Example
Text Example
White with #04BC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BC0F; }
p { color: rgb(4,188,15); }
H1.HeaderClassName
{
color: #04BC0F;
}
.AnyTagClassName
{
color: #04BC0F;
}
</style>
background-color css
<style>
a { background-color: #04BC0F; }
a { background-color: rgb(4,188,15); }
div.DivClassName
{
background-color: #04BC0F;
}
.BgClassName
{
background-color: #04BC0F;
}
</style>
border-color css
<style>
span { border-color: #04BC0F; }
span { border-color: rgb(4,188,15); }
td.TdClassName
{
border-color: #04BC0F;
}
.TagClassName
{
border-color: #04BC0F;
}
</style>