Shades of Islamic Green #08C60C
Tints of Islamic Green #08C60C
RGB
CMYK
RGB Variations
Color information
#08C60C (or 0x08C60C) is known color: Islamic Green. HEX triplet: 08, C6 and 0C. RGB value is (8,198,12). Sum of RGB (Red+Green+Blue) = 8+198+12=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 198 (77.73% from 255 or 90.83% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 198 - color contains mainly: green. Hex color #08C60C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C60C is #F739F3. Grayscale: #787878. Windows color (decimal): -16202228 or 837128. OLE color: 837128.
HSL color Cylindrical-coordinate representation of color #08C60C: hue angle of 121.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C60C is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 198 | 12 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.22 |
| HSL | 121.26º | 0.92% | 0.4% | - |
| HSV(B) | 121.26º | 0.96% | 0.78% | - |
| XYZ | 20.36 | 40.47 | 7.09 | - |
| YUV | 119.99 | 67.05 | 48.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 198 | 12 | 0.96 | 0 | 0.94 | 0.22 | 121.26 | 0.92 | 0.4 |
| Hex | 8 | C6 | C | 60 | 0 | 5E | 16 | 79 | 5C | 28 |
| Octal | 10 | 306 | 14 | 140 | 0 | 136 | 26 | 171 | 134 | 50 |
| Binary | 1000 | 11000110 | 1100 | 1100000 | 0 | 1011110 | 10110 | 1111001 | 1011100 | 101000 |
Color Harmonies of #08C60C
Complementary color
Monochromatic Colors of #08C60C
Black with #08C60C
Text Example
Text Example
White with #08C60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C60C; }
p { color: rgb(8,198,12); }
H1.HeaderClassName
{
color: #08C60C;
}
.AnyTagClassName
{
color: #08C60C;
}
</style>
background-color css
<style>
a { background-color: #08C60C; }
a { background-color: rgb(8,198,12); }
div.DivClassName
{
background-color: #08C60C;
}
.BgClassName
{
background-color: #08C60C;
}
</style>
border-color css
<style>
span { border-color: #08C60C; }
span { border-color: rgb(8,198,12); }
td.TdClassName
{
border-color: #08C60C;
}
.TagClassName
{
border-color: #08C60C;
}
</style>