Shades of Islamic Green #149F00
Tints of Islamic Green #149F00
RGB
CMYK
RGB Variations
Color information
#149F00 (or 0x149F00) is known color: Islamic Green. HEX triplet: 14, 9F and 00. RGB value is (20,159,0). Sum of RGB (Red+Green+Blue) = 20+159+0=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 159 (62.5% from 255 or 88.83% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 159 - color contains mainly: green. Hex color #149F00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149F00 is #EB60FF. Grayscale: #636363. Windows color (decimal): -15425792 or 40724. OLE color: 40724.
HSL color Cylindrical-coordinate representation of color #149F00: hue angle of 112.45º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #149F00 is Cyan = 0.87, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 159 | 0 | - |
| CMYK | 0.87 | 0 | 1 | 0.38 |
| HSL | 112.45º | 1% | 0.31% | - |
| HSV(B) | 112.45º | 1% | 0.62% | - |
| XYZ | 12.69 | 24.95 | 4.15 | - |
| YUV | 99.31 | 71.95 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 159 | 0 | 0.87 | 0 | 1 | 0.38 | 112.45 | 1 | 0.31 |
| Hex | 14 | 9F | 0 | 57 | 0 | 64 | 26 | 70 | 64 | 1F |
| Octal | 24 | 237 | 0 | 127 | 0 | 144 | 46 | 160 | 144 | 37 |
| Binary | 10100 | 10011111 | 0 | 1010111 | 0 | 1100100 | 100110 | 1110000 | 1100100 | 11111 |
Color Harmonies of #149F00
Complementary color
Monochromatic Colors of #149F00
Black with #149F00
Text Example
Text Example
White with #149F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149F00; }
p { color: rgb(20,159,0); }
H1.HeaderClassName
{
color: #149F00;
}
.AnyTagClassName
{
color: #149F00;
}
</style>
background-color css
<style>
a { background-color: #149F00; }
a { background-color: rgb(20,159,0); }
div.DivClassName
{
background-color: #149F00;
}
.BgClassName
{
background-color: #149F00;
}
</style>
border-color css
<style>
span { border-color: #149F00; }
span { border-color: rgb(20,159,0); }
td.TdClassName
{
border-color: #149F00;
}
.TagClassName
{
border-color: #149F00;
}
</style>