Shades of Islamic Green #148E05
Tints of Islamic Green #148E05
RGB
CMYK
RGB Variations
Color information
#148E05 (or 0x148E05) is known color: Islamic Green. HEX triplet: 14, 8E and 05. RGB value is (20,142,5). Sum of RGB (Red+Green+Blue) = 20+142+5=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 142 (55.86% from 255 or 85.03% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 142 - color contains mainly: green. Hex color #148E05 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148E05 is #EB71FA. Grayscale: #5A5A5A. Windows color (decimal): -15430139 or 364052. OLE color: 364052.
HSL color Cylindrical-coordinate representation of color #148E05: hue angle of 113.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #148E05 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 142 | 5 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.44 |
| HSL | 113.43º | 0.93% | 0.29% | - |
| HSV(B) | 113.43º | 0.96% | 0.56% | - |
| XYZ | 9.99 | 19.51 | 3.38 | - |
| YUV | 89.9 | 80.08 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 5 | 0.86 | 0 | 0.96 | 0.44 | 113.43 | 0.93 | 0.29 |
| Hex | 14 | 8E | 5 | 56 | 0 | 60 | 2C | 71 | 5D | 1D |
| Octal | 24 | 216 | 5 | 126 | 0 | 140 | 54 | 161 | 135 | 35 |
| Binary | 10100 | 10001110 | 101 | 1010110 | 0 | 1100000 | 101100 | 1110001 | 1011101 | 11101 |
Color Harmonies of #148E05
Complementary color
Monochromatic Colors of #148E05
Black with #148E05
Text Example
Text Example
White with #148E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148E05; }
p { color: rgb(20,142,5); }
H1.HeaderClassName
{
color: #148E05;
}
.AnyTagClassName
{
color: #148E05;
}
</style>
background-color css
<style>
a { background-color: #148E05; }
a { background-color: rgb(20,142,5); }
div.DivClassName
{
background-color: #148E05;
}
.BgClassName
{
background-color: #148E05;
}
</style>
border-color css
<style>
span { border-color: #148E05; }
span { border-color: rgb(20,142,5); }
td.TdClassName
{
border-color: #148E05;
}
.TagClassName
{
border-color: #148E05;
}
</style>