Shades of Islamic Green #08C005
Tints of Islamic Green #08C005
RGB
CMYK
RGB Variations
Color information
#08C005 (or 0x08C005) is known color: Islamic Green. HEX triplet: 08, C0 and 05. RGB value is (8,192,5). Sum of RGB (Red+Green+Blue) = 8+192+5=205 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.90% from 205); Green value is 192 (75.39% from 255 or 93.66% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 192 - color contains mainly: green. Hex color #08C005 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C005 is #F73FFA. Grayscale: #747474. Windows color (decimal): -16203771 or 376840. OLE color: 376840.
HSL color Cylindrical-coordinate representation of color #08C005: hue angle of 119.04º 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 #08C005 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 5 | - |
| CMYK | 0.96 | 0 | 0.97 | 0.25 |
| HSL | 119.04º | 0.95% | 0.39% | - |
| HSV(B) | 119.04º | 0.97% | 0.75% | - |
| XYZ | 18.98 | 37.76 | 6.43 | - |
| YUV | 115.67 | 65.54 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 5 | 0.96 | 0 | 0.97 | 0.25 | 119.04 | 0.95 | 0.39 |
| Hex | 8 | C0 | 5 | 60 | 0 | 61 | 19 | 77 | 5F | 27 |
| Octal | 10 | 300 | 5 | 140 | 0 | 141 | 31 | 167 | 137 | 47 |
| Binary | 1000 | 11000000 | 101 | 1100000 | 0 | 1100001 | 11001 | 1110111 | 1011111 | 100111 |
Color Harmonies of #08C005
Complementary color
Monochromatic Colors of #08C005
Black with #08C005
Text Example
Text Example
White with #08C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C005; }
p { color: rgb(8,192,5); }
H1.HeaderClassName
{
color: #08C005;
}
.AnyTagClassName
{
color: #08C005;
}
</style>
background-color css
<style>
a { background-color: #08C005; }
a { background-color: rgb(8,192,5); }
div.DivClassName
{
background-color: #08C005;
}
.BgClassName
{
background-color: #08C005;
}
</style>
border-color css
<style>
span { border-color: #08C005; }
span { border-color: rgb(8,192,5); }
td.TdClassName
{
border-color: #08C005;
}
.TagClassName
{
border-color: #08C005;
}
</style>