Shades of Islamic Green #019F0C
Tints of Islamic Green #019F0C
RGB
CMYK
RGB Variations
Color information
#019F0C (or 0x019F0C) is known color: Islamic Green. HEX triplet: 01, 9F and 0C. RGB value is (1,159,12). Sum of RGB (Red+Green+Blue) = 1+159+12=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 159 (62.5% from 255 or 92.44% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 159 - color contains mainly: green. Hex color #019F0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019F0C is #FE60F3. Grayscale: #5F5F5F. Windows color (decimal): -16670964 or 827137. OLE color: 827137.
HSL color Cylindrical-coordinate representation of color #019F0C: hue angle of 124.18º 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 #019F0C is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 159 | 12 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.38 |
| HSL | 124.18º | 0.99% | 0.31% | - |
| HSV(B) | 124.18º | 0.99% | 0.62% | - |
| XYZ | 12.48 | 24.83 | 4.48 | - |
| YUV | 95 | 81.15 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 12 | 0.99 | 0 | 0.92 | 0.38 | 124.18 | 0.99 | 0.31 |
| Hex | 1 | 9F | C | 63 | 0 | 5C | 26 | 7C | 63 | 1F |
| Octal | 1 | 237 | 14 | 143 | 0 | 134 | 46 | 174 | 143 | 37 |
| Binary | 1 | 10011111 | 1100 | 1100011 | 0 | 1011100 | 100110 | 1111100 | 1100011 | 11111 |
Color Harmonies of #019F0C
Complementary color
Monochromatic Colors of #019F0C
Black with #019F0C
Text Example
Text Example
White with #019F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019F0C; }
p { color: rgb(1,159,12); }
H1.HeaderClassName
{
color: #019F0C;
}
.AnyTagClassName
{
color: #019F0C;
}
</style>
background-color css
<style>
a { background-color: #019F0C; }
a { background-color: rgb(1,159,12); }
div.DivClassName
{
background-color: #019F0C;
}
.BgClassName
{
background-color: #019F0C;
}
</style>
border-color css
<style>
span { border-color: #019F0C; }
span { border-color: rgb(1,159,12); }
td.TdClassName
{
border-color: #019F0C;
}
.TagClassName
{
border-color: #019F0C;
}
</style>