Shades of Islamic Green #139B0F
Tints of Islamic Green #139B0F
RGB
CMYK
RGB Variations
Color information
#139B0F (or 0x139B0F) is known color: Islamic Green. HEX triplet: 13, 9B and 0F. RGB value is (19,155,15). Sum of RGB (Red+Green+Blue) = 19+155+15=189 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10.05% from 189); Green value is 155 (60.94% from 255 or 82.01% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 155 - color contains mainly: green. Hex color #139B0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #139B0F is #EC64F0. Grayscale: #626262. Windows color (decimal): -15492337 or 1022739. OLE color: 1022739.
HSL color Cylindrical-coordinate representation of color #139B0F: hue angle of 118.29º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #139B0F is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 19 | 155 | 15 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.39 |
| HSL | 118.29º | 0.82% | 0.33% | - |
| HSV(B) | 118.29º | 0.9% | 0.61% | - |
| XYZ | 12.08 | 23.62 | 4.37 | - |
| YUV | 98.38 | 80.94 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 155 | 15 | 0.88 | 0 | 0.90 | 0.39 | 118.29 | 0.82 | 0.33 |
| Hex | 13 | 9B | F | 58 | 0 | 5A | 27 | 76 | 52 | 21 |
| Octal | 23 | 233 | 17 | 130 | 0 | 132 | 47 | 166 | 122 | 41 |
| Binary | 10011 | 10011011 | 1111 | 1011000 | 0 | 1011010 | 100111 | 1110110 | 1010010 | 100001 |
Color Harmonies of #139B0F
Complementary color
Monochromatic Colors of #139B0F
Black with #139B0F
Text Example
Text Example
White with #139B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #139B0F; }
p { color: rgb(19,155,15); }
H1.HeaderClassName
{
color: #139B0F;
}
.AnyTagClassName
{
color: #139B0F;
}
</style>
background-color css
<style>
a { background-color: #139B0F; }
a { background-color: rgb(19,155,15); }
div.DivClassName
{
background-color: #139B0F;
}
.BgClassName
{
background-color: #139B0F;
}
</style>
border-color css
<style>
span { border-color: #139B0F; }
span { border-color: rgb(19,155,15); }
td.TdClassName
{
border-color: #139B0F;
}
.TagClassName
{
border-color: #139B0F;
}
</style>