Shades of Islamic Green #04BD12
Tints of Islamic Green #04BD12
RGB
CMYK
RGB Variations
Color information
#04BD12 (or 0x04BD12) is known color: Islamic Green. HEX triplet: 04, BD and 12. RGB value is (4,189,18). Sum of RGB (Red+Green+Blue) = 4+189+18=211 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.90% from 211); Green value is 189 (74.22% from 255 or 89.57% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04BD12 is #FB42ED. Grayscale: #727272. Windows color (decimal): -16466670 or 1228036. OLE color: 1228036.
HSL color Cylindrical-coordinate representation of color #04BD12: hue angle of 124.54º 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 #04BD12 is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 189 | 18 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.26 |
| HSL | 124.54º | 0.96% | 0.38% | - |
| HSV(B) | 124.54º | 0.98% | 0.74% | - |
| XYZ | 18.36 | 36.46 | 6.64 | - |
| YUV | 114.19 | 73.71 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 189 | 18 | 0.98 | 0 | 0.90 | 0.26 | 124.54 | 0.96 | 0.38 |
| Hex | 4 | BD | 12 | 62 | 0 | 5A | 1A | 7D | 60 | 26 |
| Octal | 4 | 275 | 22 | 142 | 0 | 132 | 32 | 175 | 140 | 46 |
| Binary | 100 | 10111101 | 10010 | 1100010 | 0 | 1011010 | 11010 | 1111101 | 1100000 | 100110 |
Color Harmonies of #04BD12
Complementary color
Monochromatic Colors of #04BD12
Black with #04BD12
Text Example
Text Example
White with #04BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BD12; }
p { color: rgb(4,189,18); }
H1.HeaderClassName
{
color: #04BD12;
}
.AnyTagClassName
{
color: #04BD12;
}
</style>
background-color css
<style>
a { background-color: #04BD12; }
a { background-color: rgb(4,189,18); }
div.DivClassName
{
background-color: #04BD12;
}
.BgClassName
{
background-color: #04BD12;
}
</style>
border-color css
<style>
span { border-color: #04BD12; }
span { border-color: rgb(4,189,18); }
td.TdClassName
{
border-color: #04BD12;
}
.TagClassName
{
border-color: #04BD12;
}
</style>