Shades of Islamic Green #05C60F
Tints of Islamic Green #05C60F
RGB
CMYK
RGB Variations
Color information
#05C60F (or 0x05C60F) is known color: Islamic Green. HEX triplet: 05, C6 and 0F. RGB value is (5,198,15). Sum of RGB (Red+Green+Blue) = 5+198+15=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 198 (77.73% from 255 or 90.83% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 198 - color contains mainly: green. Hex color #05C60F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C60F is #FA39F0. Grayscale: #777777. Windows color (decimal): -16398833 or 1033733. OLE color: 1033733.
HSL color Cylindrical-coordinate representation of color #05C60F: hue angle of 123.11º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05C60F is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 198 | 15 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.22 |
| HSL | 123.11º | 0.95% | 0.4% | - |
| HSV(B) | 123.11º | 0.97% | 0.78% | - |
| XYZ | 20.34 | 40.45 | 7.19 | - |
| YUV | 119.43 | 69.06 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 198 | 15 | 0.97 | 0 | 0.92 | 0.22 | 123.11 | 0.95 | 0.4 |
| Hex | 5 | C6 | F | 61 | 0 | 5C | 16 | 7B | 5F | 28 |
| Octal | 5 | 306 | 17 | 141 | 0 | 134 | 26 | 173 | 137 | 50 |
| Binary | 101 | 11000110 | 1111 | 1100001 | 0 | 1011100 | 10110 | 1111011 | 1011111 | 101000 |
Color Harmonies of #05C60F
Complementary color
Monochromatic Colors of #05C60F
Black with #05C60F
Text Example
Text Example
White with #05C60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C60F; }
p { color: rgb(5,198,15); }
H1.HeaderClassName
{
color: #05C60F;
}
.AnyTagClassName
{
color: #05C60F;
}
</style>
background-color css
<style>
a { background-color: #05C60F; }
a { background-color: rgb(5,198,15); }
div.DivClassName
{
background-color: #05C60F;
}
.BgClassName
{
background-color: #05C60F;
}
</style>
border-color css
<style>
span { border-color: #05C60F; }
span { border-color: rgb(5,198,15); }
td.TdClassName
{
border-color: #05C60F;
}
.TagClassName
{
border-color: #05C60F;
}
</style>