Shades of Islamic Green #08C70D
Tints of Islamic Green #08C70D
RGB
CMYK
RGB Variations
Color information
#08C70D (or 0x08C70D) is known color: Islamic Green. HEX triplet: 08, C7 and 0D. RGB value is (8,199,13). Sum of RGB (Red+Green+Blue) = 8+199+13=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 199 (78.12% from 255 or 90.45% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 199 - color contains mainly: green. Hex color #08C70D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C70D is #F738F2. Grayscale: #797979. Windows color (decimal): -16201971 or 902920. OLE color: 902920.
HSL color Cylindrical-coordinate representation of color #08C70D: hue angle of 121.57º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C70D is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 199 | 13 | - |
| CMYK | 0.96 | 0 | 0.93 | 0.22 |
| HSL | 121.57º | 0.92% | 0.41% | - |
| HSV(B) | 121.57º | 0.96% | 0.78% | - |
| XYZ | 20.6 | 40.93 | 7.2 | - |
| YUV | 120.69 | 67.22 | 47.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 199 | 13 | 0.96 | 0 | 0.93 | 0.22 | 121.57 | 0.92 | 0.41 |
| Hex | 8 | C7 | D | 60 | 0 | 5D | 16 | 7A | 5C | 29 |
| Octal | 10 | 307 | 15 | 140 | 0 | 135 | 26 | 172 | 134 | 51 |
| Binary | 1000 | 11000111 | 1101 | 1100000 | 0 | 1011101 | 10110 | 1111010 | 1011100 | 101001 |
Color Harmonies of #08C70D
Complementary color
Monochromatic Colors of #08C70D
Black with #08C70D
Text Example
Text Example
White with #08C70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C70D; }
p { color: rgb(8,199,13); }
H1.HeaderClassName
{
color: #08C70D;
}
.AnyTagClassName
{
color: #08C70D;
}
</style>
background-color css
<style>
a { background-color: #08C70D; }
a { background-color: rgb(8,199,13); }
div.DivClassName
{
background-color: #08C70D;
}
.BgClassName
{
background-color: #08C70D;
}
</style>
border-color css
<style>
span { border-color: #08C70D; }
span { border-color: rgb(8,199,13); }
td.TdClassName
{
border-color: #08C70D;
}
.TagClassName
{
border-color: #08C70D;
}
</style>