Shades of Islamic Green #02C102
Tints of Islamic Green #02C102
RGB
CMYK
RGB Variations
Color information
#02C102 (or 0x02C102) is known color: Islamic Green. HEX triplet: 02, C1 and 02. RGB value is (2,193,2). Sum of RGB (Red+Green+Blue) = 2+193+2=197 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 197); Green value is 193 (75.78% from 255 or 97.97% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 193 - color contains mainly: green. Hex color #02C102 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02C102 is #FD3EFD. Grayscale: #727272. Windows color (decimal): -16596734 or 180482. OLE color: 180482.
HSL color Cylindrical-coordinate representation of color #02C102: hue angle of 120º 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 #02C102 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.24 |
| HSL | 120º | 0.98% | 0.38% | - |
| HSV(B) | 120º | 0.99% | 0.76% | - |
| XYZ | 19.11 | 38.16 | 6.42 | - |
| YUV | 114.12 | 64.72 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 2 | 0.99 | 0 | 0.99 | 0.24 | 120 | 0.98 | 0.38 |
| Hex | 2 | C1 | 2 | 63 | 0 | 63 | 18 | 78 | 62 | 26 |
| Octal | 2 | 301 | 2 | 143 | 0 | 143 | 30 | 170 | 142 | 46 |
| Binary | 10 | 11000001 | 10 | 1100011 | 0 | 1100011 | 11000 | 1111000 | 1100010 | 100110 |
Color Harmonies of #02C102
Complementary color
Monochromatic Colors of #02C102
Black with #02C102
Text Example
Text Example
White with #02C102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C102; }
p { color: rgb(2,193,2); }
H1.HeaderClassName
{
color: #02C102;
}
.AnyTagClassName
{
color: #02C102;
}
</style>
background-color css
<style>
a { background-color: #02C102; }
a { background-color: rgb(2,193,2); }
div.DivClassName
{
background-color: #02C102;
}
.BgClassName
{
background-color: #02C102;
}
</style>
border-color css
<style>
span { border-color: #02C102; }
span { border-color: rgb(2,193,2); }
td.TdClassName
{
border-color: #02C102;
}
.TagClassName
{
border-color: #02C102;
}
</style>