Shades of Islamic Green #019C01
Tints of Islamic Green #019C01
RGB
CMYK
RGB Variations
Color information
#019C01 (or 0x019C01) is known color: Islamic Green. HEX triplet: 01, 9C and 01. RGB value is (1,156,1). Sum of RGB (Red+Green+Blue) = 1+156+1=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 156 (61.33% from 255 or 98.73% from 158); Blue value is 1 (0.78% from 255 or 0.63% from 158); Max value from RGB is 156 - color contains mainly: green. Hex color #019C01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019C01 is #FE63FE. Grayscale: #5C5C5C. Windows color (decimal): -16671743 or 105473. OLE color: 105473.
HSL color Cylindrical-coordinate representation of color #019C01: hue angle of 120º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019C01 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 156 | 1 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.39 |
| HSL | 120º | 0.99% | 0.31% | - |
| HSV(B) | 120º | 0.99% | 0.61% | - |
| XYZ | 11.91 | 23.79 | 3.99 | - |
| YUV | 91.99 | 76.65 | 63.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 1 | 0.99 | 0 | 0.99 | 0.39 | 120 | 0.99 | 0.31 |
| Hex | 1 | 9C | 1 | 63 | 0 | 63 | 27 | 78 | 63 | 1F |
| Octal | 1 | 234 | 1 | 143 | 0 | 143 | 47 | 170 | 143 | 37 |
| Binary | 1 | 10011100 | 1 | 1100011 | 0 | 1100011 | 100111 | 1111000 | 1100011 | 11111 |
Color Harmonies of #019C01
Complementary color
Monochromatic Colors of #019C01
Black with #019C01
Text Example
Text Example
White with #019C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019C01; }
p { color: rgb(1,156,1); }
H1.HeaderClassName
{
color: #019C01;
}
.AnyTagClassName
{
color: #019C01;
}
</style>
background-color css
<style>
a { background-color: #019C01; }
a { background-color: rgb(1,156,1); }
div.DivClassName
{
background-color: #019C01;
}
.BgClassName
{
background-color: #019C01;
}
</style>
border-color css
<style>
span { border-color: #019C01; }
span { border-color: rgb(1,156,1); }
td.TdClassName
{
border-color: #019C01;
}
.TagClassName
{
border-color: #019C01;
}
</style>