Shades of Islamic Green #019F0F
Tints of Islamic Green #019F0F
RGB
CMYK
RGB Variations
Color information
#019F0F (or 0x019F0F) is known color: Islamic Green. HEX triplet: 01, 9F and 0F. RGB value is (1,159,15). Sum of RGB (Red+Green+Blue) = 1+159+15=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 159 (62.5% from 255 or 90.86% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 159 - color contains mainly: green. Hex color #019F0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #019F0F is #FE60F0. Grayscale: #5F5F5F. Windows color (decimal): -16670961 or 1023745. OLE color: 1023745.
HSL color Cylindrical-coordinate representation of color #019F0F: hue angle of 125.32º 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 #019F0F is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 159 | 15 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.38 |
| HSL | 125.32º | 0.99% | 0.31% | - |
| HSV(B) | 125.32º | 0.99% | 0.62% | - |
| XYZ | 12.5 | 24.84 | 4.59 | - |
| YUV | 95.34 | 82.65 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 15 | 0.99 | 0 | 0.91 | 0.38 | 125.32 | 0.99 | 0.31 |
| Hex | 1 | 9F | F | 63 | 0 | 5B | 26 | 7D | 63 | 1F |
| Octal | 1 | 237 | 17 | 143 | 0 | 133 | 46 | 175 | 143 | 37 |
| Binary | 1 | 10011111 | 1111 | 1100011 | 0 | 1011011 | 100110 | 1111101 | 1100011 | 11111 |
Color Harmonies of #019F0F
Complementary color
Monochromatic Colors of #019F0F
Black with #019F0F
Text Example
Text Example
White with #019F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019F0F; }
p { color: rgb(1,159,15); }
H1.HeaderClassName
{
color: #019F0F;
}
.AnyTagClassName
{
color: #019F0F;
}
</style>
background-color css
<style>
a { background-color: #019F0F; }
a { background-color: rgb(1,159,15); }
div.DivClassName
{
background-color: #019F0F;
}
.BgClassName
{
background-color: #019F0F;
}
</style>
border-color css
<style>
span { border-color: #019F0F; }
span { border-color: rgb(1,159,15); }
td.TdClassName
{
border-color: #019F0F;
}
.TagClassName
{
border-color: #019F0F;
}
</style>