Shades of Islamic Green #00C108
Tints of Islamic Green #00C108
RGB
CMYK
RGB Variations
Color information
#00C108 (or 0x00C108) is known color: Islamic Green. HEX triplet: 00, C1 and 08. RGB value is (0,193,8). Sum of RGB (Red+Green+Blue) = 0+193+8=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 193 (75.78% from 255 or 96.02% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 193 - color contains mainly: green. Hex color #00C108 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C108 is #FF3EF7. Grayscale: #727272. Windows color (decimal): -16727800 or 573696. OLE color: 573696.
HSL color Cylindrical-coordinate representation of color #00C108: hue angle of 122.49º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C108 is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 193 | 8 | - |
| CMYK | 1 | 0 | 0.96 | 0.24 |
| HSL | 122.49º | 1% | 0.38% | - |
| HSV(B) | 122.49º | 1% | 0.76% | - |
| XYZ | 19.11 | 38.16 | 6.59 | - |
| YUV | 114.2 | 68.06 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 193 | 8 | 1 | 0 | 0.96 | 0.24 | 122.49 | 1 | 0.38 |
| Hex | 0 | C1 | 8 | 64 | 0 | 60 | 18 | 7A | 64 | 26 |
| Octal | 0 | 301 | 10 | 144 | 0 | 140 | 30 | 172 | 144 | 46 |
| Binary | 0 | 11000001 | 1000 | 1100100 | 0 | 1100000 | 11000 | 1111010 | 1100100 | 100110 |
Color Harmonies of #00C108
Complementary color
Monochromatic Colors of #00C108
Black with #00C108
Text Example
Text Example
White with #00C108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C108; }
p { color: rgb(0,193,8); }
H1.HeaderClassName
{
color: #00C108;
}
.AnyTagClassName
{
color: #00C108;
}
</style>
background-color css
<style>
a { background-color: #00C108; }
a { background-color: rgb(0,193,8); }
div.DivClassName
{
background-color: #00C108;
}
.BgClassName
{
background-color: #00C108;
}
</style>
border-color css
<style>
span { border-color: #00C108; }
span { border-color: rgb(0,193,8); }
td.TdClassName
{
border-color: #00C108;
}
.TagClassName
{
border-color: #00C108;
}
</style>