Shades of Islamic Green #05C80A
Tints of Islamic Green #05C80A
RGB
CMYK
RGB Variations
Color information
#05C80A (or 0x05C80A) is known color: Islamic Green. HEX triplet: 05, C8 and 0A. RGB value is (5,200,10). Sum of RGB (Red+Green+Blue) = 5+200+10=215 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.33% from 215); Green value is 200 (78.52% from 255 or 93.02% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 200 - color contains mainly: green. Hex color #05C80A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #05C80A is #FA37F5. Grayscale: #787878. Windows color (decimal): -16398326 or 706565. OLE color: 706565.
HSL color Cylindrical-coordinate representation of color #05C80A: hue angle of 121.54º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C80A is Cyan = 0.98, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 5 | 200 | 10 | - |
| CMYK | 0.98 | 0 | 0.95 | 0.22 |
| HSL | 121.54º | 0.95% | 0.4% | - |
| HSV(B) | 121.54º | 0.98% | 0.78% | - |
| XYZ | 20.77 | 41.36 | 7.18 | - |
| YUV | 120.04 | 65.9 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 200 | 10 | 0.98 | 0 | 0.95 | 0.22 | 121.54 | 0.95 | 0.4 |
| Hex | 5 | C8 | A | 62 | 0 | 5F | 16 | 7A | 5F | 28 |
| Octal | 5 | 310 | 12 | 142 | 0 | 137 | 26 | 172 | 137 | 50 |
| Binary | 101 | 11001000 | 1010 | 1100010 | 0 | 1011111 | 10110 | 1111010 | 1011111 | 101000 |
Color Harmonies of #05C80A
Complementary color
Monochromatic Colors of #05C80A
Black with #05C80A
Text Example
Text Example
White with #05C80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05C80A; }
p { color: rgb(5,200,10); }
H1.HeaderClassName
{
color: #05C80A;
}
.AnyTagClassName
{
color: #05C80A;
}
</style>
background-color css
<style>
a { background-color: #05C80A; }
a { background-color: rgb(5,200,10); }
div.DivClassName
{
background-color: #05C80A;
}
.BgClassName
{
background-color: #05C80A;
}
</style>
border-color css
<style>
span { border-color: #05C80A; }
span { border-color: rgb(5,200,10); }
td.TdClassName
{
border-color: #05C80A;
}
.TagClassName
{
border-color: #05C80A;
}
</style>