Shades of Islamic Green #138D04
Tints of Islamic Green #138D04
RGB
CMYK
RGB Variations
Color information
#138D04 (or 0x138D04) is known color: Islamic Green. HEX triplet: 13, 8D and 04. RGB value is (19,141,4). Sum of RGB (Red+Green+Blue) = 19+141+4=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 141 (55.47% from 255 or 85.98% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 141 - color contains mainly: green. Hex color #138D04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138D04 is #EC72FB. Grayscale: #595959. Windows color (decimal): -15495932 or 298259. OLE color: 298259.
HSL color Cylindrical-coordinate representation of color #138D04: hue angle of 113.43º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #138D04 is Cyan = 0.87, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 141 | 4 | - |
| CMYK | 0.87 | 0 | 0.97 | 0.45 |
| HSL | 113.43º | 0.94% | 0.28% | - |
| HSV(B) | 113.43º | 0.97% | 0.55% | - |
| XYZ | 9.82 | 19.2 | 3.3 | - |
| YUV | 88.9 | 80.08 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 141 | 4 | 0.87 | 0 | 0.97 | 0.45 | 113.43 | 0.94 | 0.28 |
| Hex | 13 | 8D | 4 | 57 | 0 | 61 | 2D | 71 | 5E | 1C |
| Octal | 23 | 215 | 4 | 127 | 0 | 141 | 55 | 161 | 136 | 34 |
| Binary | 10011 | 10001101 | 100 | 1010111 | 0 | 1100001 | 101101 | 1110001 | 1011110 | 11100 |
Color Harmonies of #138D04
Complementary color
Monochromatic Colors of #138D04
Black with #138D04
Text Example
Text Example
White with #138D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138D04; }
p { color: rgb(19,141,4); }
H1.HeaderClassName
{
color: #138D04;
}
.AnyTagClassName
{
color: #138D04;
}
</style>
background-color css
<style>
a { background-color: #138D04; }
a { background-color: rgb(19,141,4); }
div.DivClassName
{
background-color: #138D04;
}
.BgClassName
{
background-color: #138D04;
}
</style>
border-color css
<style>
span { border-color: #138D04; }
span { border-color: rgb(19,141,4); }
td.TdClassName
{
border-color: #138D04;
}
.TagClassName
{
border-color: #138D04;
}
</style>