Shades of Islamic Green #01C902
Tints of Islamic Green #01C902
RGB
CMYK
RGB Variations
Color information
#01C902 (or 0x01C902) is known color: Islamic Green. HEX triplet: 01, C9 and 02. RGB value is (1,201,2). Sum of RGB (Red+Green+Blue) = 1+201+2=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 201 (78.91% from 255 or 98.53% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 201 - color contains mainly: green. Hex color #01C902 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C902 is #FE36FD. Grayscale: #777777. Windows color (decimal): -16660222 or 182529. OLE color: 182529.
HSL color Cylindrical-coordinate representation of color #01C902: hue angle of 120.3º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C902 is Cyan = 1.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 1 | 201 | 2 | - |
| CMYK | 1.00 | 0 | 0.99 | 0.21 |
| HSL | 120.3º | 0.99% | 0.4% | - |
| HSV(B) | 120.3º | 1% | 0.79% | - |
| XYZ | 20.91 | 41.78 | 7.02 | - |
| YUV | 118.51 | 62.24 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 2 | 1.00 | 0 | 0.99 | 0.21 | 120.3 | 0.99 | 0.4 |
| Hex | 1 | C9 | 2 | 64 | 0 | 63 | 15 | 78 | 63 | 28 |
| Octal | 1 | 311 | 2 | 144 | 0 | 143 | 25 | 170 | 143 | 50 |
| Binary | 1 | 11001001 | 10 | 1100100 | 0 | 1100011 | 10101 | 1111000 | 1100011 | 101000 |
Color Harmonies of #01C902
Complementary color
Monochromatic Colors of #01C902
Black with #01C902
Text Example
Text Example
White with #01C902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C902; }
p { color: rgb(1,201,2); }
H1.HeaderClassName
{
color: #01C902;
}
.AnyTagClassName
{
color: #01C902;
}
</style>
background-color css
<style>
a { background-color: #01C902; }
a { background-color: rgb(1,201,2); }
div.DivClassName
{
background-color: #01C902;
}
.BgClassName
{
background-color: #01C902;
}
</style>
border-color css
<style>
span { border-color: #01C902; }
span { border-color: rgb(1,201,2); }
td.TdClassName
{
border-color: #01C902;
}
.TagClassName
{
border-color: #01C902;
}
</style>