Shades of Islamic Green #01C407
Tints of Islamic Green #01C407
RGB
CMYK
RGB Variations
Color information
#01C407 (or 0x01C407) is known color: Islamic Green. HEX triplet: 01, C4 and 07. RGB value is (1,196,7). Sum of RGB (Red+Green+Blue) = 1+196+7=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 196 (76.95% from 255 or 96.08% from 204); Blue value is 7 (3.12% from 255 or 3.43% from 204); Max value from RGB is 196 - color contains mainly: green. Hex color #01C407 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01C407 is #FE3BF8. Grayscale: #747474. Windows color (decimal): -16661497 or 508929. OLE color: 508929.
HSL color Cylindrical-coordinate representation of color #01C407: hue angle of 121.85º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C407 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 196 | 7 | - |
| CMYK | 0.99 | 0 | 0.96 | 0.23 |
| HSL | 121.85º | 0.99% | 0.39% | - |
| HSV(B) | 121.85º | 0.99% | 0.77% | - |
| XYZ | 19.79 | 39.5 | 6.78 | - |
| YUV | 116.15 | 66.4 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 196 | 7 | 0.99 | 0 | 0.96 | 0.23 | 121.85 | 0.99 | 0.39 |
| Hex | 1 | C4 | 7 | 63 | 0 | 60 | 17 | 7A | 63 | 27 |
| Octal | 1 | 304 | 7 | 143 | 0 | 140 | 27 | 172 | 143 | 47 |
| Binary | 1 | 11000100 | 111 | 1100011 | 0 | 1100000 | 10111 | 1111010 | 1100011 | 100111 |
Color Harmonies of #01C407
Complementary color
Monochromatic Colors of #01C407
Black with #01C407
Text Example
Text Example
White with #01C407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C407; }
p { color: rgb(1,196,7); }
H1.HeaderClassName
{
color: #01C407;
}
.AnyTagClassName
{
color: #01C407;
}
</style>
background-color css
<style>
a { background-color: #01C407; }
a { background-color: rgb(1,196,7); }
div.DivClassName
{
background-color: #01C407;
}
.BgClassName
{
background-color: #01C407;
}
</style>
border-color css
<style>
span { border-color: #01C407; }
span { border-color: rgb(1,196,7); }
td.TdClassName
{
border-color: #01C407;
}
.TagClassName
{
border-color: #01C407;
}
</style>