Shades of Islamic Green #129E06
Tints of Islamic Green #129E06
RGB
CMYK
RGB Variations
Color information
#129E06 (or 0x129E06) is known color: Islamic Green. HEX triplet: 12, 9E and 06. RGB value is (18,158,6). Sum of RGB (Red+Green+Blue) = 18+158+6=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 158 (62.11% from 255 or 86.81% from 182); Blue value is 6 (2.73% from 255 or 3.30% from 182); Max value from RGB is 158 - color contains mainly: green. Hex color #129E06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129E06 is #ED61F9. Grayscale: #636363. Windows color (decimal): -15557114 or 433682. OLE color: 433682.
HSL color Cylindrical-coordinate representation of color #129E06: hue angle of 115.26º degrees, saturation: 0.93, 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 #129E06 is Cyan = 0.89, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 158 | 6 | - |
| CMYK | 0.89 | 0 | 0.96 | 0.38 |
| HSL | 115.26º | 0.93% | 0.32% | - |
| HSV(B) | 115.26º | 0.96% | 0.62% | - |
| XYZ | 12.51 | 24.6 | 4.26 | - |
| YUV | 98.81 | 75.62 | 70.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 6 | 0.89 | 0 | 0.96 | 0.38 | 115.26 | 0.93 | 0.32 |
| Hex | 12 | 9E | 6 | 59 | 0 | 60 | 26 | 73 | 5D | 20 |
| Octal | 22 | 236 | 6 | 131 | 0 | 140 | 46 | 163 | 135 | 40 |
| Binary | 10010 | 10011110 | 110 | 1011001 | 0 | 1100000 | 100110 | 1110011 | 1011101 | 100000 |
Color Harmonies of #129E06
Complementary color
Monochromatic Colors of #129E06
Black with #129E06
Text Example
Text Example
White with #129E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129E06; }
p { color: rgb(18,158,6); }
H1.HeaderClassName
{
color: #129E06;
}
.AnyTagClassName
{
color: #129E06;
}
</style>
background-color css
<style>
a { background-color: #129E06; }
a { background-color: rgb(18,158,6); }
div.DivClassName
{
background-color: #129E06;
}
.BgClassName
{
background-color: #129E06;
}
</style>
border-color css
<style>
span { border-color: #129E06; }
span { border-color: rgb(18,158,6); }
td.TdClassName
{
border-color: #129E06;
}
.TagClassName
{
border-color: #129E06;
}
</style>