Shades of Islamic Green #04B60C
Tints of Islamic Green #04B60C
RGB
CMYK
RGB Variations
Color information
#04B60C (or 0x04B60C) is known color: Islamic Green. HEX triplet: 04, B6 and 0C. RGB value is (4,182,12). Sum of RGB (Red+Green+Blue) = 4+182+12=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 182 (71.48% from 255 or 91.92% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 182 - color contains mainly: green. Hex color #04B60C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04B60C is #FB49F3. Grayscale: #6D6D6D. Windows color (decimal): -16468468 or 833028. OLE color: 833028.
HSL color Cylindrical-coordinate representation of color #04B60C: hue angle of 122.7º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B60C is Cyan = 0.98, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 182 | 12 | - |
| CMYK | 0.98 | 0 | 0.93 | 0.29 |
| HSL | 122.7º | 0.96% | 0.36% | - |
| HSV(B) | 122.7º | 0.98% | 0.71% | - |
| XYZ | 16.84 | 33.51 | 5.93 | - |
| YUV | 109.4 | 73.03 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 182 | 12 | 0.98 | 0 | 0.93 | 0.29 | 122.7 | 0.96 | 0.36 |
| Hex | 4 | B6 | C | 62 | 0 | 5D | 1D | 7B | 60 | 24 |
| Octal | 4 | 266 | 14 | 142 | 0 | 135 | 35 | 173 | 140 | 44 |
| Binary | 100 | 10110110 | 1100 | 1100010 | 0 | 1011101 | 11101 | 1111011 | 1100000 | 100100 |
Color Harmonies of #04B60C
Complementary color
Monochromatic Colors of #04B60C
Black with #04B60C
Text Example
Text Example
White with #04B60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04B60C; }
p { color: rgb(4,182,12); }
H1.HeaderClassName
{
color: #04B60C;
}
.AnyTagClassName
{
color: #04B60C;
}
</style>
background-color css
<style>
a { background-color: #04B60C; }
a { background-color: rgb(4,182,12); }
div.DivClassName
{
background-color: #04B60C;
}
.BgClassName
{
background-color: #04B60C;
}
</style>
border-color css
<style>
span { border-color: #04B60C; }
span { border-color: rgb(4,182,12); }
td.TdClassName
{
border-color: #04B60C;
}
.TagClassName
{
border-color: #04B60C;
}
</style>