Shades of Islamic Green #08C101
Tints of Islamic Green #08C101
RGB
CMYK
RGB Variations
Color information
#08C101 (or 0x08C101) is known color: Islamic Green. HEX triplet: 08, C1 and 01. RGB value is (8,193,1). Sum of RGB (Red+Green+Blue) = 8+193+1=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 193 (75.78% from 255 or 95.54% from 202); Blue value is 1 (0.78% from 255 or 0.50% from 202); Max value from RGB is 193 - color contains mainly: green. Hex color #08C101 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C101 is #F73EFE. Grayscale: #747474. Windows color (decimal): -16203519 or 114952. OLE color: 114952.
HSL color Cylindrical-coordinate representation of color #08C101: hue angle of 117.81º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #08C101 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 193 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.24 |
| HSL | 117.81º | 0.99% | 0.38% | - |
| HSV(B) | 117.81º | 0.99% | 0.76% | - |
| XYZ | 19.18 | 38.19 | 6.39 | - |
| YUV | 115.8 | 63.21 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 193 | 1 | 0.96 | 0 | 0.99 | 0.24 | 117.81 | 0.99 | 0.38 |
| Hex | 8 | C1 | 1 | 60 | 0 | 63 | 18 | 76 | 63 | 26 |
| Octal | 10 | 301 | 1 | 140 | 0 | 143 | 30 | 166 | 143 | 46 |
| Binary | 1000 | 11000001 | 1 | 1100000 | 0 | 1100011 | 11000 | 1110110 | 1100011 | 100110 |
Color Harmonies of #08C101
Complementary color
Monochromatic Colors of #08C101
Black with #08C101
Text Example
Text Example
White with #08C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C101; }
p { color: rgb(8,193,1); }
H1.HeaderClassName
{
color: #08C101;
}
.AnyTagClassName
{
color: #08C101;
}
</style>
background-color css
<style>
a { background-color: #08C101; }
a { background-color: rgb(8,193,1); }
div.DivClassName
{
background-color: #08C101;
}
.BgClassName
{
background-color: #08C101;
}
</style>
border-color css
<style>
span { border-color: #08C101; }
span { border-color: rgb(8,193,1); }
td.TdClassName
{
border-color: #08C101;
}
.TagClassName
{
border-color: #08C101;
}
</style>