Shades of Islamic Green #01C00D
Tints of Islamic Green #01C00D
RGB
CMYK
RGB Variations
Color information
#01C00D (or 0x01C00D) is known color: Islamic Green. HEX triplet: 01, C0 and 0D. RGB value is (1,192,13). Sum of RGB (Red+Green+Blue) = 1+192+13=206 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 206); Green value is 192 (75.39% from 255 or 93.20% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 192 - color contains mainly: green. Hex color #01C00D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C00D is #FE3FF2. Grayscale: #737373. Windows color (decimal): -16662515 or 901121. OLE color: 901121.
HSL color Cylindrical-coordinate representation of color #01C00D: hue angle of 123.77º 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 #01C00D is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 192 | 13 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.25 |
| HSL | 123.77º | 0.99% | 0.38% | - |
| HSV(B) | 123.77º | 0.99% | 0.75% | - |
| XYZ | 18.93 | 37.73 | 6.67 | - |
| YUV | 114.49 | 70.72 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 13 | 0.99 | 0 | 0.93 | 0.25 | 123.77 | 0.99 | 0.38 |
| Hex | 1 | C0 | D | 63 | 0 | 5D | 19 | 7C | 63 | 26 |
| Octal | 1 | 300 | 15 | 143 | 0 | 135 | 31 | 174 | 143 | 46 |
| Binary | 1 | 11000000 | 1101 | 1100011 | 0 | 1011101 | 11001 | 1111100 | 1100011 | 100110 |
Color Harmonies of #01C00D
Complementary color
Monochromatic Colors of #01C00D
Black with #01C00D
Text Example
Text Example
White with #01C00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C00D; }
p { color: rgb(1,192,13); }
H1.HeaderClassName
{
color: #01C00D;
}
.AnyTagClassName
{
color: #01C00D;
}
</style>
background-color css
<style>
a { background-color: #01C00D; }
a { background-color: rgb(1,192,13); }
div.DivClassName
{
background-color: #01C00D;
}
.BgClassName
{
background-color: #01C00D;
}
</style>
border-color css
<style>
span { border-color: #01C00D; }
span { border-color: rgb(1,192,13); }
td.TdClassName
{
border-color: #01C00D;
}
.TagClassName
{
border-color: #01C00D;
}
</style>