Shades of Islamic Green #019D0C
Tints of Islamic Green #019D0C
RGB
CMYK
RGB Variations
Color information
#019D0C (or 0x019D0C) is known color: Islamic Green. HEX triplet: 01, 9D and 0C. RGB value is (1,157,12). Sum of RGB (Red+Green+Blue) = 1+157+12=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 157 (61.72% from 255 or 92.35% from 170); Blue value is 12 (5.08% from 255 or 7.06% from 170); Max value from RGB is 157 - color contains mainly: green. Hex color #019D0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019D0C is #FE62F3. Grayscale: #5E5E5E. Windows color (decimal): -16671476 or 826625. OLE color: 826625.
HSL color Cylindrical-coordinate representation of color #019D0C: hue angle of 124.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019D0C is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 157 | 12 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.38 |
| HSL | 124.23º | 0.99% | 0.31% | - |
| HSV(B) | 124.23º | 0.99% | 0.62% | - |
| XYZ | 12.14 | 24.15 | 4.37 | - |
| YUV | 93.83 | 81.82 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 12 | 0.99 | 0 | 0.92 | 0.38 | 124.23 | 0.99 | 0.31 |
| Hex | 1 | 9D | C | 63 | 0 | 5C | 26 | 7C | 63 | 1F |
| Octal | 1 | 235 | 14 | 143 | 0 | 134 | 46 | 174 | 143 | 37 |
| Binary | 1 | 10011101 | 1100 | 1100011 | 0 | 1011100 | 100110 | 1111100 | 1100011 | 11111 |
Color Harmonies of #019D0C
Complementary color
Monochromatic Colors of #019D0C
Black with #019D0C
Text Example
Text Example
White with #019D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019D0C; }
p { color: rgb(1,157,12); }
H1.HeaderClassName
{
color: #019D0C;
}
.AnyTagClassName
{
color: #019D0C;
}
</style>
background-color css
<style>
a { background-color: #019D0C; }
a { background-color: rgb(1,157,12); }
div.DivClassName
{
background-color: #019D0C;
}
.BgClassName
{
background-color: #019D0C;
}
</style>
border-color css
<style>
span { border-color: #019D0C; }
span { border-color: rgb(1,157,12); }
td.TdClassName
{
border-color: #019D0C;
}
.TagClassName
{
border-color: #019D0C;
}
</style>