Shades of Islamic Green #05BC0C
Tints of Islamic Green #05BC0C
RGB
CMYK
RGB Variations
Color information
#05BC0C (or 0x05BC0C) is known color: Islamic Green. HEX triplet: 05, BC and 0C. RGB value is (5,188,12). Sum of RGB (Red+Green+Blue) = 5+188+12=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 188 (73.83% from 255 or 91.71% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BC0C is #FA43F3. Grayscale: #717171. Windows color (decimal): -16401396 or 834565. OLE color: 834565.
HSL color Cylindrical-coordinate representation of color #05BC0C: hue angle of 122.3º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BC0C is Cyan = 0.97, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 188 | 12 | - |
| CMYK | 0.97 | 0 | 0.94 | 0.26 |
| HSL | 122.3º | 0.95% | 0.38% | - |
| HSV(B) | 122.3º | 0.97% | 0.74% | - |
| XYZ | 18.11 | 36.03 | 6.35 | - |
| YUV | 113.22 | 70.87 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 12 | 0.97 | 0 | 0.94 | 0.26 | 122.3 | 0.95 | 0.38 |
| Hex | 5 | BC | C | 61 | 0 | 5E | 1A | 7A | 5F | 26 |
| Octal | 5 | 274 | 14 | 141 | 0 | 136 | 32 | 172 | 137 | 46 |
| Binary | 101 | 10111100 | 1100 | 1100001 | 0 | 1011110 | 11010 | 1111010 | 1011111 | 100110 |
Color Harmonies of #05BC0C
Complementary color
Monochromatic Colors of #05BC0C
Black with #05BC0C
Text Example
Text Example
White with #05BC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BC0C; }
p { color: rgb(5,188,12); }
H1.HeaderClassName
{
color: #05BC0C;
}
.AnyTagClassName
{
color: #05BC0C;
}
</style>
background-color css
<style>
a { background-color: #05BC0C; }
a { background-color: rgb(5,188,12); }
div.DivClassName
{
background-color: #05BC0C;
}
.BgClassName
{
background-color: #05BC0C;
}
</style>
border-color css
<style>
span { border-color: #05BC0C; }
span { border-color: rgb(5,188,12); }
td.TdClassName
{
border-color: #05BC0C;
}
.TagClassName
{
border-color: #05BC0C;
}
</style>