Shades of Islamic Green #08C510
Tints of Islamic Green #08C510
RGB
CMYK
RGB Variations
Color information
#08C510 (or 0x08C510) is known color: Islamic Green. HEX triplet: 08, C5 and 10. RGB value is (8,197,16). Sum of RGB (Red+Green+Blue) = 8+197+16=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 197 (77.34% from 255 or 89.14% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 197 - color contains mainly: green. Hex color #08C510 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C510 is #F73AEF. Grayscale: #787878. Windows color (decimal): -16202480 or 1099016. OLE color: 1099016.
HSL color Cylindrical-coordinate representation of color #08C510: hue angle of 122.54º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C510 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 197 | 16 | - |
| CMYK | 0.96 | 0 | 0.92 | 0.23 |
| HSL | 122.54º | 0.92% | 0.4% | - |
| HSV(B) | 122.54º | 0.96% | 0.77% | - |
| XYZ | 20.16 | 40.02 | 7.15 | - |
| YUV | 119.86 | 69.38 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 197 | 16 | 0.96 | 0 | 0.92 | 0.23 | 122.54 | 0.92 | 0.4 |
| Hex | 8 | C5 | 10 | 60 | 0 | 5C | 17 | 7B | 5C | 28 |
| Octal | 10 | 305 | 20 | 140 | 0 | 134 | 27 | 173 | 134 | 50 |
| Binary | 1000 | 11000101 | 10000 | 1100000 | 0 | 1011100 | 10111 | 1111011 | 1011100 | 101000 |
Color Harmonies of #08C510
Complementary color
Monochromatic Colors of #08C510
Black with #08C510
Text Example
Text Example
White with #08C510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C510; }
p { color: rgb(8,197,16); }
H1.HeaderClassName
{
color: #08C510;
}
.AnyTagClassName
{
color: #08C510;
}
</style>
background-color css
<style>
a { background-color: #08C510; }
a { background-color: rgb(8,197,16); }
div.DivClassName
{
background-color: #08C510;
}
.BgClassName
{
background-color: #08C510;
}
</style>
border-color css
<style>
span { border-color: #08C510; }
span { border-color: rgb(8,197,16); }
td.TdClassName
{
border-color: #08C510;
}
.TagClassName
{
border-color: #08C510;
}
</style>