Shades of Islamic Green #128E07
Tints of Islamic Green #128E07
RGB
CMYK
RGB Variations
Color information
#128E07 (or 0x128E07) is known color: Islamic Green. HEX triplet: 12, 8E and 07. RGB value is (18,142,7). Sum of RGB (Red+Green+Blue) = 18+142+7=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 142 (55.86% from 255 or 85.03% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 142 - color contains mainly: green. Hex color #128E07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128E07 is #ED71F8. Grayscale: #595959. Windows color (decimal): -15561209 or 495122. OLE color: 495122.
HSL color Cylindrical-coordinate representation of color #128E07: hue angle of 115.11º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #128E07 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 142 | 7 | - |
| CMYK | 0.87 | 0 | 0.95 | 0.44 |
| HSL | 115.11º | 0.91% | 0.29% | - |
| HSV(B) | 115.11º | 0.95% | 0.56% | - |
| XYZ | 9.96 | 19.49 | 3.44 | - |
| YUV | 89.53 | 81.42 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 142 | 7 | 0.87 | 0 | 0.95 | 0.44 | 115.11 | 0.91 | 0.29 |
| Hex | 12 | 8E | 7 | 57 | 0 | 5F | 2C | 73 | 5B | 1D |
| Octal | 22 | 216 | 7 | 127 | 0 | 137 | 54 | 163 | 133 | 35 |
| Binary | 10010 | 10001110 | 111 | 1010111 | 0 | 1011111 | 101100 | 1110011 | 1011011 | 11101 |
Color Harmonies of #128E07
Complementary color
Monochromatic Colors of #128E07
Black with #128E07
Text Example
Text Example
White with #128E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128E07; }
p { color: rgb(18,142,7); }
H1.HeaderClassName
{
color: #128E07;
}
.AnyTagClassName
{
color: #128E07;
}
</style>
background-color css
<style>
a { background-color: #128E07; }
a { background-color: rgb(18,142,7); }
div.DivClassName
{
background-color: #128E07;
}
.BgClassName
{
background-color: #128E07;
}
</style>
border-color css
<style>
span { border-color: #128E07; }
span { border-color: rgb(18,142,7); }
td.TdClassName
{
border-color: #128E07;
}
.TagClassName
{
border-color: #128E07;
}
</style>