Shades of Islamic Green #139200
Tints of Islamic Green #139200
RGB
CMYK
RGB Variations
Color information
#139200 (or 0x139200) is known color: Islamic Green. HEX triplet: 13, 92 and 00. RGB value is (19,146,0). Sum of RGB (Red+Green+Blue) = 19+146+0=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 146 (57.42% from 255 or 88.48% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 146 - color contains mainly: green. Hex color #139200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139200 is #EC6DFF. Grayscale: #5B5B5B. Windows color (decimal): -15494656 or 37395. OLE color: 37395.
HSL color Cylindrical-coordinate representation of color #139200: hue angle of 112.19º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #139200 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 19 | 146 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.43 |
| HSL | 112.19º | 1% | 0.29% | - |
| HSV(B) | 112.19º | 1% | 0.57% | - |
| XYZ | 10.55 | 20.7 | 3.44 | - |
| YUV | 91.38 | 76.42 | 76.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 0 | 0.87 | 0 | 1 | 0.43 | 112.19 | 1 | 0.29 |
| Hex | 13 | 92 | 0 | 57 | 0 | 64 | 2B | 70 | 64 | 1D |
| Octal | 23 | 222 | 0 | 127 | 0 | 144 | 53 | 160 | 144 | 35 |
| Binary | 10011 | 10010010 | 0 | 1010111 | 0 | 1100100 | 101011 | 1110000 | 1100100 | 11101 |
Color Harmonies of #139200
Complementary color
Monochromatic Colors of #139200
Black with #139200
Text Example
Text Example
White with #139200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139200; }
p { color: rgb(19,146,0); }
H1.HeaderClassName
{
color: #139200;
}
.AnyTagClassName
{
color: #139200;
}
</style>
background-color css
<style>
a { background-color: #139200; }
a { background-color: rgb(19,146,0); }
div.DivClassName
{
background-color: #139200;
}
.BgClassName
{
background-color: #139200;
}
</style>
border-color css
<style>
span { border-color: #139200; }
span { border-color: rgb(19,146,0); }
td.TdClassName
{
border-color: #139200;
}
.TagClassName
{
border-color: #139200;
}
</style>