Shades of Islamic Green #08B702
Tints of Islamic Green #08B702
RGB
CMYK
RGB Variations
Color information
#08B702 (or 0x08B702) is known color: Islamic Green. HEX triplet: 08, B7 and 02. RGB value is (8,183,2). Sum of RGB (Red+Green+Blue) = 8+183+2=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 183 (71.88% from 255 or 94.82% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 183 - color contains mainly: green. Hex color #08B702 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08B702 is #F748FD. Grayscale: #6E6E6E. Windows color (decimal): -16206078 or 177928. OLE color: 177928.
HSL color Cylindrical-coordinate representation of color #08B702: hue angle of 118.01º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08B702 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 183 | 2 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.28 |
| HSL | 118.01º | 0.98% | 0.36% | - |
| HSV(B) | 118.01º | 0.99% | 0.72% | - |
| XYZ | 17.04 | 33.92 | 5.71 | - |
| YUV | 110.04 | 67.02 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 183 | 2 | 0.96 | 0 | 0.99 | 0.28 | 118.01 | 0.98 | 0.36 |
| Hex | 8 | B7 | 2 | 60 | 0 | 63 | 1C | 76 | 62 | 24 |
| Octal | 10 | 267 | 2 | 140 | 0 | 143 | 34 | 166 | 142 | 44 |
| Binary | 1000 | 10110111 | 10 | 1100000 | 0 | 1100011 | 11100 | 1110110 | 1100010 | 100100 |
Color Harmonies of #08B702
Complementary color
Monochromatic Colors of #08B702
Black with #08B702
Text Example
Text Example
White with #08B702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B702; }
p { color: rgb(8,183,2); }
H1.HeaderClassName
{
color: #08B702;
}
.AnyTagClassName
{
color: #08B702;
}
</style>
background-color css
<style>
a { background-color: #08B702; }
a { background-color: rgb(8,183,2); }
div.DivClassName
{
background-color: #08B702;
}
.BgClassName
{
background-color: #08B702;
}
</style>
border-color css
<style>
span { border-color: #08B702; }
span { border-color: rgb(8,183,2); }
td.TdClassName
{
border-color: #08B702;
}
.TagClassName
{
border-color: #08B702;
}
</style>