Shades of Islamic Green #08C204
Tints of Islamic Green #08C204
RGB
CMYK
RGB Variations
Color information
#08C204 (or 0x08C204) is known color: Islamic Green. HEX triplet: 08, C2 and 04. RGB value is (8,194,4). Sum of RGB (Red+Green+Blue) = 8+194+4=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 194 (76.17% from 255 or 94.17% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 194 - color contains mainly: green. Hex color #08C204 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C204 is #F73DFB. Grayscale: #757575. Windows color (decimal): -16203260 or 311816. OLE color: 311816.
HSL color Cylindrical-coordinate representation of color #08C204: hue angle of 118.74º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08C204 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 194 | 4 | - |
| CMYK | 0.96 | 0 | 0.98 | 0.24 |
| HSL | 118.74º | 0.96% | 0.39% | - |
| HSV(B) | 118.74º | 0.98% | 0.76% | - |
| XYZ | 19.41 | 38.64 | 6.55 | - |
| YUV | 116.73 | 64.38 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 194 | 4 | 0.96 | 0 | 0.98 | 0.24 | 118.74 | 0.96 | 0.39 |
| Hex | 8 | C2 | 4 | 60 | 0 | 62 | 18 | 77 | 60 | 27 |
| Octal | 10 | 302 | 4 | 140 | 0 | 142 | 30 | 167 | 140 | 47 |
| Binary | 1000 | 11000010 | 100 | 1100000 | 0 | 1100010 | 11000 | 1110111 | 1100000 | 100111 |
Color Harmonies of #08C204
Complementary color
Monochromatic Colors of #08C204
Black with #08C204
Text Example
Text Example
White with #08C204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C204; }
p { color: rgb(8,194,4); }
H1.HeaderClassName
{
color: #08C204;
}
.AnyTagClassName
{
color: #08C204;
}
</style>
background-color css
<style>
a { background-color: #08C204; }
a { background-color: rgb(8,194,4); }
div.DivClassName
{
background-color: #08C204;
}
.BgClassName
{
background-color: #08C204;
}
</style>
border-color css
<style>
span { border-color: #08C204; }
span { border-color: rgb(8,194,4); }
td.TdClassName
{
border-color: #08C204;
}
.TagClassName
{
border-color: #08C204;
}
</style>