Shades of Islamic Green #149D09
Tints of Islamic Green #149D09
RGB
CMYK
RGB Variations
Color information
#149D09 (or 0x149D09) is known color: Islamic Green. HEX triplet: 14, 9D and 09. RGB value is (20,157,9). Sum of RGB (Red+Green+Blue) = 20+157+9=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 157 (61.72% from 255 or 84.41% from 186); Blue value is 9 (3.91% from 255 or 4.84% from 186); Max value from RGB is 157 - color contains mainly: green. Hex color #149D09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149D09 is #EB62F6. Grayscale: #636363. Windows color (decimal): -15426295 or 630036. OLE color: 630036.
HSL color Cylindrical-coordinate representation of color #149D09: hue angle of 115.54º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #149D09 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 157 | 9 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.38 |
| HSL | 115.54º | 0.89% | 0.33% | - |
| HSV(B) | 115.54º | 0.94% | 0.62% | - |
| XYZ | 12.39 | 24.28 | 4.29 | - |
| YUV | 99.17 | 77.11 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 157 | 9 | 0.87 | 0 | 0.94 | 0.38 | 115.54 | 0.89 | 0.33 |
| Hex | 14 | 9D | 9 | 57 | 0 | 5E | 26 | 74 | 59 | 21 |
| Octal | 24 | 235 | 11 | 127 | 0 | 136 | 46 | 164 | 131 | 41 |
| Binary | 10100 | 10011101 | 1001 | 1010111 | 0 | 1011110 | 100110 | 1110100 | 1011001 | 100001 |
Color Harmonies of #149D09
Complementary color
Monochromatic Colors of #149D09
Black with #149D09
Text Example
Text Example
White with #149D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149D09; }
p { color: rgb(20,157,9); }
H1.HeaderClassName
{
color: #149D09;
}
.AnyTagClassName
{
color: #149D09;
}
</style>
background-color css
<style>
a { background-color: #149D09; }
a { background-color: rgb(20,157,9); }
div.DivClassName
{
background-color: #149D09;
}
.BgClassName
{
background-color: #149D09;
}
</style>
border-color css
<style>
span { border-color: #149D09; }
span { border-color: rgb(20,157,9); }
td.TdClassName
{
border-color: #149D09;
}
.TagClassName
{
border-color: #149D09;
}
</style>