Shades of Islamic Green #01C002
Tints of Islamic Green #01C002
RGB
CMYK
RGB Variations
Color information
#01C002 (or 0x01C002) is known color: Islamic Green. HEX triplet: 01, C0 and 02. RGB value is (1,192,2). Sum of RGB (Red+Green+Blue) = 1+192+2=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 192 (75.39% from 255 or 98.46% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 192 - color contains mainly: green. Hex color #01C002 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C002 is #FE3FFD. Grayscale: #717171. Windows color (decimal): -16662526 or 180225. OLE color: 180225.
HSL color Cylindrical-coordinate representation of color #01C002: hue angle of 120.31º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C002 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 2 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.25 |
| HSL | 120.31º | 0.99% | 0.38% | - |
| HSV(B) | 120.31º | 0.99% | 0.75% | - |
| XYZ | 18.87 | 37.71 | 6.34 | - |
| YUV | 113.23 | 65.22 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 2 | 0.99 | 0 | 0.99 | 0.25 | 120.31 | 0.99 | 0.38 |
| Hex | 1 | C0 | 2 | 63 | 0 | 63 | 19 | 78 | 63 | 26 |
| Octal | 1 | 300 | 2 | 143 | 0 | 143 | 31 | 170 | 143 | 46 |
| Binary | 1 | 11000000 | 10 | 1100011 | 0 | 1100011 | 11001 | 1111000 | 1100011 | 100110 |
Color Harmonies of #01C002
Complementary color
Monochromatic Colors of #01C002
Black with #01C002
Text Example
Text Example
White with #01C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C002; }
p { color: rgb(1,192,2); }
H1.HeaderClassName
{
color: #01C002;
}
.AnyTagClassName
{
color: #01C002;
}
</style>
background-color css
<style>
a { background-color: #01C002; }
a { background-color: rgb(1,192,2); }
div.DivClassName
{
background-color: #01C002;
}
.BgClassName
{
background-color: #01C002;
}
</style>
border-color css
<style>
span { border-color: #01C002; }
span { border-color: rgb(1,192,2); }
td.TdClassName
{
border-color: #01C002;
}
.TagClassName
{
border-color: #01C002;
}
</style>