Shades of Islamic Green #08C504
Tints of Islamic Green #08C504
RGB
CMYK
RGB Variations
Color information
#08C504 (or 0x08C504) is known color: Islamic Green. HEX triplet: 08, C5 and 04. RGB value is (8,197,4). Sum of RGB (Red+Green+Blue) = 8+197+4=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 197 (77.34% from 255 or 94.26% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 197 - color contains mainly: green. Hex color #08C504 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C504 is #F73AFB. Grayscale: #777777. Windows color (decimal): -16202492 or 312584. OLE color: 312584.
HSL color Cylindrical-coordinate representation of color #08C504: hue angle of 118.76º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08C504 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 197 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.23 |
| HSL | 118.76º | 0.96% | 0.39% | - |
| HSV(B) | 118.76º | 0.98% | 0.77% | - |
| XYZ | 20.09 | 39.99 | 6.78 | - |
| YUV | 118.49 | 63.38 | 49.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 197 | 4 | 0.96 | 0 | 0.98 | 0.23 | 118.76 | 0.96 | 0.39 |
| Hex | 8 | C5 | 4 | 60 | 0 | 62 | 17 | 77 | 60 | 27 |
| Octal | 10 | 305 | 4 | 140 | 0 | 142 | 27 | 167 | 140 | 47 |
| Binary | 1000 | 11000101 | 100 | 1100000 | 0 | 1100010 | 10111 | 1110111 | 1100000 | 100111 |
Color Harmonies of #08C504
Complementary color
Monochromatic Colors of #08C504
Black with #08C504
Text Example
Text Example
White with #08C504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C504; }
p { color: rgb(8,197,4); }
H1.HeaderClassName
{
color: #08C504;
}
.AnyTagClassName
{
color: #08C504;
}
</style>
background-color css
<style>
a { background-color: #08C504; }
a { background-color: rgb(8,197,4); }
div.DivClassName
{
background-color: #08C504;
}
.BgClassName
{
background-color: #08C504;
}
</style>
border-color css
<style>
span { border-color: #08C504; }
span { border-color: rgb(8,197,4); }
td.TdClassName
{
border-color: #08C504;
}
.TagClassName
{
border-color: #08C504;
}
</style>