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