Shades of Islamic Green #02C108
Tints of Islamic Green #02C108
RGB
CMYK
RGB Variations
Color information
#02C108 (or 0x02C108) is known color: Islamic Green. HEX triplet: 02, C1 and 08. RGB value is (2,193,8). Sum of RGB (Red+Green+Blue) = 2+193+8=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 193 (75.78% from 255 or 95.07% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 193 - color contains mainly: green. Hex color #02C108 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C108 is #FD3EF7. Grayscale: #737373. Windows color (decimal): -16596728 or 573698. OLE color: 573698.
HSL color Cylindrical-coordinate representation of color #02C108: hue angle of 121.88º degrees, saturation: 0.98, 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 #02C108 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 8 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.24 |
| HSL | 121.88º | 0.98% | 0.38% | - |
| HSV(B) | 121.88º | 0.99% | 0.76% | - |
| XYZ | 19.14 | 38.17 | 6.59 | - |
| YUV | 114.8 | 67.72 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 8 | 0.99 | 0 | 0.96 | 0.24 | 121.88 | 0.98 | 0.38 |
| Hex | 2 | C1 | 8 | 63 | 0 | 60 | 18 | 7A | 62 | 26 |
| Octal | 2 | 301 | 10 | 143 | 0 | 140 | 30 | 172 | 142 | 46 |
| Binary | 10 | 11000001 | 1000 | 1100011 | 0 | 1100000 | 11000 | 1111010 | 1100010 | 100110 |
Color Harmonies of #02C108
Complementary color
Monochromatic Colors of #02C108
Black with #02C108
Text Example
Text Example
White with #02C108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C108; }
p { color: rgb(2,193,8); }
H1.HeaderClassName
{
color: #02C108;
}
.AnyTagClassName
{
color: #02C108;
}
</style>
background-color css
<style>
a { background-color: #02C108; }
a { background-color: rgb(2,193,8); }
div.DivClassName
{
background-color: #02C108;
}
.BgClassName
{
background-color: #02C108;
}
</style>
border-color css
<style>
span { border-color: #02C108; }
span { border-color: rgb(2,193,8); }
td.TdClassName
{
border-color: #02C108;
}
.TagClassName
{
border-color: #02C108;
}
</style>