Shades of Islamic Green #149E07
Tints of Islamic Green #149E07
RGB
CMYK
RGB Variations
Color information
#149E07 (or 0x149E07) is known color: Islamic Green. HEX triplet: 14, 9E and 07. RGB value is (20,158,7). Sum of RGB (Red+Green+Blue) = 20+158+7=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 158 (62.11% from 255 or 85.41% from 185); Blue value is 7 (3.12% from 255 or 3.78% from 185); Max value from RGB is 158 - color contains mainly: green. Hex color #149E07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149E07 is #EB61F8. Grayscale: #636363. Windows color (decimal): -15426041 or 499220. OLE color: 499220.
HSL color Cylindrical-coordinate representation of color #149E07: hue angle of 114.83º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #149E07 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 158 | 7 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.38 |
| HSL | 114.83º | 0.92% | 0.32% | - |
| HSV(B) | 114.83º | 0.96% | 0.62% | - |
| XYZ | 12.55 | 24.62 | 4.29 | - |
| YUV | 99.52 | 75.78 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 7 | 0.87 | 0 | 0.96 | 0.38 | 114.83 | 0.92 | 0.32 |
| Hex | 14 | 9E | 7 | 57 | 0 | 60 | 26 | 73 | 5C | 20 |
| Octal | 24 | 236 | 7 | 127 | 0 | 140 | 46 | 163 | 134 | 40 |
| Binary | 10100 | 10011110 | 111 | 1010111 | 0 | 1100000 | 100110 | 1110011 | 1011100 | 100000 |
Color Harmonies of #149E07
Complementary color
Monochromatic Colors of #149E07
Black with #149E07
Text Example
Text Example
White with #149E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149E07; }
p { color: rgb(20,158,7); }
H1.HeaderClassName
{
color: #149E07;
}
.AnyTagClassName
{
color: #149E07;
}
</style>
background-color css
<style>
a { background-color: #149E07; }
a { background-color: rgb(20,158,7); }
div.DivClassName
{
background-color: #149E07;
}
.BgClassName
{
background-color: #149E07;
}
</style>
border-color css
<style>
span { border-color: #149E07; }
span { border-color: rgb(20,158,7); }
td.TdClassName
{
border-color: #149E07;
}
.TagClassName
{
border-color: #149E07;
}
</style>