Shades of Islamic Green #08C80B
Tints of Islamic Green #08C80B
RGB
CMYK
RGB Variations
Color information
#08C80B (or 0x08C80B) is known color: Islamic Green. HEX triplet: 08, C8 and 0B. RGB value is (8,200,11). Sum of RGB (Red+Green+Blue) = 8+200+11=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 200 (78.52% from 255 or 91.32% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 200 - color contains mainly: green. Hex color #08C80B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C80B is #F737F4. Grayscale: #797979. Windows color (decimal): -16201717 or 772104. OLE color: 772104.
HSL color Cylindrical-coordinate representation of color #08C80B: hue angle of 120.94º 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 #08C80B is Cyan = 0.96, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 200 | 11 | - |
| CMYK | 0.96 | 0 | 0.94 | 0.22 |
| HSL | 120.94º | 0.92% | 0.41% | - |
| HSV(B) | 120.94º | 0.96% | 0.78% | - |
| XYZ | 20.81 | 41.38 | 7.21 | - |
| YUV | 121.05 | 65.89 | 47.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 200 | 11 | 0.96 | 0 | 0.94 | 0.22 | 120.94 | 0.92 | 0.41 |
| Hex | 8 | C8 | B | 60 | 0 | 5E | 16 | 79 | 5C | 29 |
| Octal | 10 | 310 | 13 | 140 | 0 | 136 | 26 | 171 | 134 | 51 |
| Binary | 1000 | 11001000 | 1011 | 1100000 | 0 | 1011110 | 10110 | 1111001 | 1011100 | 101001 |
Color Harmonies of #08C80B
Complementary color
Monochromatic Colors of #08C80B
Black with #08C80B
Text Example
Text Example
White with #08C80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C80B; }
p { color: rgb(8,200,11); }
H1.HeaderClassName
{
color: #08C80B;
}
.AnyTagClassName
{
color: #08C80B;
}
</style>
background-color css
<style>
a { background-color: #08C80B; }
a { background-color: rgb(8,200,11); }
div.DivClassName
{
background-color: #08C80B;
}
.BgClassName
{
background-color: #08C80B;
}
</style>
border-color css
<style>
span { border-color: #08C80B; }
span { border-color: rgb(8,200,11); }
td.TdClassName
{
border-color: #08C80B;
}
.TagClassName
{
border-color: #08C80B;
}
</style>