Shades of Islamic Green #139F05
Tints of Islamic Green #139F05
RGB
CMYK
RGB Variations
Color information
#139F05 (or 0x139F05) is known color: Islamic Green. HEX triplet: 13, 9F and 05. RGB value is (19,159,5). Sum of RGB (Red+Green+Blue) = 19+159+5=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 159 (62.5% from 255 or 86.89% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 159 - color contains mainly: green. Hex color #139F05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139F05 is #EC60FA. Grayscale: #646464. Windows color (decimal): -15491323 or 368403. OLE color: 368403.
HSL color Cylindrical-coordinate representation of color #139F05: hue angle of 114.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #139F05 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 19 | 159 | 5 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.38 |
| HSL | 114.55º | 0.94% | 0.32% | - |
| HSV(B) | 114.55º | 0.97% | 0.62% | - |
| XYZ | 12.69 | 24.95 | 4.29 | - |
| YUV | 99.58 | 74.62 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 159 | 5 | 0.88 | 0 | 0.97 | 0.38 | 114.55 | 0.94 | 0.32 |
| Hex | 13 | 9F | 5 | 58 | 0 | 61 | 26 | 73 | 5E | 20 |
| Octal | 23 | 237 | 5 | 130 | 0 | 141 | 46 | 163 | 136 | 40 |
| Binary | 10011 | 10011111 | 101 | 1011000 | 0 | 1100001 | 100110 | 1110011 | 1011110 | 100000 |
Color Harmonies of #139F05
Complementary color
Monochromatic Colors of #139F05
Black with #139F05
Text Example
Text Example
White with #139F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139F05; }
p { color: rgb(19,159,5); }
H1.HeaderClassName
{
color: #139F05;
}
.AnyTagClassName
{
color: #139F05;
}
</style>
background-color css
<style>
a { background-color: #139F05; }
a { background-color: rgb(19,159,5); }
div.DivClassName
{
background-color: #139F05;
}
.BgClassName
{
background-color: #139F05;
}
</style>
border-color css
<style>
span { border-color: #139F05; }
span { border-color: rgb(19,159,5); }
td.TdClassName
{
border-color: #139F05;
}
.TagClassName
{
border-color: #139F05;
}
</style>