Shades of Islamic Green #05BC12
Tints of Islamic Green #05BC12
RGB
CMYK
RGB Variations
Color information
#05BC12 (or 0x05BC12) is known color: Islamic Green. HEX triplet: 05, BC and 12. RGB value is (5,188,18). Sum of RGB (Red+Green+Blue) = 5+188+18=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 188 (73.83% from 255 or 89.10% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 188 - color contains mainly: green. Hex color #05BC12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05BC12 is #FA43ED. Grayscale: #727272. Windows color (decimal): -16401390 or 1227781. OLE color: 1227781.
HSL color Cylindrical-coordinate representation of color #05BC12: hue angle of 124.26º 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 #05BC12 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 188 | 18 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.26 |
| HSL | 124.26º | 0.95% | 0.38% | - |
| HSV(B) | 124.26º | 0.97% | 0.74% | - |
| XYZ | 18.15 | 36.04 | 6.57 | - |
| YUV | 113.9 | 73.87 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 188 | 18 | 0.97 | 0 | 0.90 | 0.26 | 124.26 | 0.95 | 0.38 |
| Hex | 5 | BC | 12 | 61 | 0 | 5A | 1A | 7C | 5F | 26 |
| Octal | 5 | 274 | 22 | 141 | 0 | 132 | 32 | 174 | 137 | 46 |
| Binary | 101 | 10111100 | 10010 | 1100001 | 0 | 1011010 | 11010 | 1111100 | 1011111 | 100110 |
Color Harmonies of #05BC12
Complementary color
Monochromatic Colors of #05BC12
Black with #05BC12
Text Example
Text Example
White with #05BC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BC12; }
p { color: rgb(5,188,18); }
H1.HeaderClassName
{
color: #05BC12;
}
.AnyTagClassName
{
color: #05BC12;
}
</style>
background-color css
<style>
a { background-color: #05BC12; }
a { background-color: rgb(5,188,18); }
div.DivClassName
{
background-color: #05BC12;
}
.BgClassName
{
background-color: #05BC12;
}
</style>
border-color css
<style>
span { border-color: #05BC12; }
span { border-color: rgb(5,188,18); }
td.TdClassName
{
border-color: #05BC12;
}
.TagClassName
{
border-color: #05BC12;
}
</style>