Shades of Islamic Green #08C80A
Tints of Islamic Green #08C80A
RGB
CMYK
RGB Variations
Color information
#08C80A (or 0x08C80A) is known color: Islamic Green. HEX triplet: 08, C8 and 0A. RGB value is (8,200,10). Sum of RGB (Red+Green+Blue) = 8+200+10=218 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.67% from 218); Green value is 200 (78.52% from 255 or 91.74% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 200 - color contains mainly: green. Hex color #08C80A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C80A is #F737F5. Grayscale: #797979. Windows color (decimal): -16201718 or 706568. OLE color: 706568.
HSL color Cylindrical-coordinate representation of color #08C80A: hue angle of 120.63º 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 #08C80A is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 200 | 10 | - |
| CMYK | 0.96 | 0 | 0.95 | 0.22 |
| HSL | 120.63º | 0.92% | 0.41% | - |
| HSV(B) | 120.63º | 0.96% | 0.78% | - |
| XYZ | 20.81 | 41.38 | 7.18 | - |
| YUV | 120.93 | 65.39 | 47.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 200 | 10 | 0.96 | 0 | 0.95 | 0.22 | 120.63 | 0.92 | 0.41 |
| Hex | 8 | C8 | A | 60 | 0 | 5F | 16 | 79 | 5C | 29 |
| Octal | 10 | 310 | 12 | 140 | 0 | 137 | 26 | 171 | 134 | 51 |
| Binary | 1000 | 11001000 | 1010 | 1100000 | 0 | 1011111 | 10110 | 1111001 | 1011100 | 101001 |
Color Harmonies of #08C80A
Complementary color
Monochromatic Colors of #08C80A
Black with #08C80A
Text Example
Text Example
White with #08C80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C80A; }
p { color: rgb(8,200,10); }
H1.HeaderClassName
{
color: #08C80A;
}
.AnyTagClassName
{
color: #08C80A;
}
</style>
background-color css
<style>
a { background-color: #08C80A; }
a { background-color: rgb(8,200,10); }
div.DivClassName
{
background-color: #08C80A;
}
.BgClassName
{
background-color: #08C80A;
}
</style>
border-color css
<style>
span { border-color: #08C80A; }
span { border-color: rgb(8,200,10); }
td.TdClassName
{
border-color: #08C80A;
}
.TagClassName
{
border-color: #08C80A;
}
</style>