Shades of Islamic Green #129E07
Tints of Islamic Green #129E07
RGB
CMYK
RGB Variations
Color information
#129E07 (or 0x129E07) is known color: Islamic Green. HEX triplet: 12, 9E and 07. RGB value is (18,158,7). Sum of RGB (Red+Green+Blue) = 18+158+7=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 158 (62.11% from 255 or 86.34% from 183); Blue value is 7 (3.12% from 255 or 3.83% from 183); Max value from RGB is 158 - color contains mainly: green. Hex color #129E07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129E07 is #ED61F8. Grayscale: #636363. Windows color (decimal): -15557113 or 499218. OLE color: 499218.
HSL color Cylindrical-coordinate representation of color #129E07: hue angle of 115.63º 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 #129E07 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 158 | 7 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.38 |
| HSL | 115.63º | 0.92% | 0.32% | - |
| HSV(B) | 115.63º | 0.96% | 0.62% | - |
| XYZ | 12.51 | 24.6 | 4.29 | - |
| YUV | 98.93 | 76.12 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 7 | 0.89 | 0 | 0.96 | 0.38 | 115.63 | 0.92 | 0.32 |
| Hex | 12 | 9E | 7 | 59 | 0 | 60 | 26 | 74 | 5C | 20 |
| Octal | 22 | 236 | 7 | 131 | 0 | 140 | 46 | 164 | 134 | 40 |
| Binary | 10010 | 10011110 | 111 | 1011001 | 0 | 1100000 | 100110 | 1110100 | 1011100 | 100000 |
Color Harmonies of #129E07
Complementary color
Monochromatic Colors of #129E07
Black with #129E07
Text Example
Text Example
White with #129E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129E07; }
p { color: rgb(18,158,7); }
H1.HeaderClassName
{
color: #129E07;
}
.AnyTagClassName
{
color: #129E07;
}
</style>
background-color css
<style>
a { background-color: #129E07; }
a { background-color: rgb(18,158,7); }
div.DivClassName
{
background-color: #129E07;
}
.BgClassName
{
background-color: #129E07;
}
</style>
border-color css
<style>
span { border-color: #129E07; }
span { border-color: rgb(18,158,7); }
td.TdClassName
{
border-color: #129E07;
}
.TagClassName
{
border-color: #129E07;
}
</style>