Shades of Islamic Green #05C012
Tints of Islamic Green #05C012
RGB
CMYK
RGB Variations
Color information
#05C012 (or 0x05C012) is known color: Islamic Green. HEX triplet: 05, C0 and 12. RGB value is (5,192,18). Sum of RGB (Red+Green+Blue) = 5+192+18=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 192 (75.39% from 255 or 89.30% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 192 - color contains mainly: green. Hex color #05C012 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C012 is #FA3FED. Grayscale: #747474. Windows color (decimal): -16400366 or 1228805. OLE color: 1228805.
HSL color Cylindrical-coordinate representation of color #05C012: hue angle of 124.17º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C012 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 192 | 18 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.25 |
| HSL | 124.17º | 0.95% | 0.39% | - |
| HSV(B) | 124.17º | 0.97% | 0.75% | - |
| XYZ | 19.02 | 37.78 | 6.86 | - |
| YUV | 116.25 | 72.55 | 48.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 192 | 18 | 0.97 | 0 | 0.91 | 0.25 | 124.17 | 0.95 | 0.39 |
| Hex | 5 | C0 | 12 | 61 | 0 | 5B | 19 | 7C | 5F | 27 |
| Octal | 5 | 300 | 22 | 141 | 0 | 133 | 31 | 174 | 137 | 47 |
| Binary | 101 | 11000000 | 10010 | 1100001 | 0 | 1011011 | 11001 | 1111100 | 1011111 | 100111 |
Color Harmonies of #05C012
Complementary color
Monochromatic Colors of #05C012
Black with #05C012
Text Example
Text Example
White with #05C012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C012; }
p { color: rgb(5,192,18); }
H1.HeaderClassName
{
color: #05C012;
}
.AnyTagClassName
{
color: #05C012;
}
</style>
background-color css
<style>
a { background-color: #05C012; }
a { background-color: rgb(5,192,18); }
div.DivClassName
{
background-color: #05C012;
}
.BgClassName
{
background-color: #05C012;
}
</style>
border-color css
<style>
span { border-color: #05C012; }
span { border-color: rgb(5,192,18); }
td.TdClassName
{
border-color: #05C012;
}
.TagClassName
{
border-color: #05C012;
}
</style>