Shades of Islamic Green #129D10
Tints of Islamic Green #129D10
RGB
CMYK
RGB Variations
Color information
#129D10 (or 0x129D10) is known color: Islamic Green. HEX triplet: 12, 9D and 10. RGB value is (18,157,16). Sum of RGB (Red+Green+Blue) = 18+157+16=191 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.42% from 191); Green value is 157 (61.72% from 255 or 82.20% from 191); Blue value is 16 (6.64% from 255 or 8.38% from 191); Max value from RGB is 157 - color contains mainly: green. Hex color #129D10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129D10 is #ED62EF. Grayscale: #636363. Windows color (decimal): -15557360 or 1088786. OLE color: 1088786.
HSL color Cylindrical-coordinate representation of color #129D10: hue angle of 119.15º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #129D10 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 16 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.38 |
| HSL | 119.15º | 0.82% | 0.34% | - |
| HSV(B) | 119.15º | 0.9% | 0.62% | - |
| XYZ | 12.4 | 24.28 | 4.52 | - |
| YUV | 99.37 | 80.95 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 16 | 0.89 | 0 | 0.90 | 0.38 | 119.15 | 0.82 | 0.34 |
| Hex | 12 | 9D | 10 | 59 | 0 | 5A | 26 | 77 | 52 | 22 |
| Octal | 22 | 235 | 20 | 131 | 0 | 132 | 46 | 167 | 122 | 42 |
| Binary | 10010 | 10011101 | 10000 | 1011001 | 0 | 1011010 | 100110 | 1110111 | 1010010 | 100010 |
Color Harmonies of #129D10
Complementary color
Monochromatic Colors of #129D10
Black with #129D10
Text Example
Text Example
White with #129D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D10; }
p { color: rgb(18,157,16); }
H1.HeaderClassName
{
color: #129D10;
}
.AnyTagClassName
{
color: #129D10;
}
</style>
background-color css
<style>
a { background-color: #129D10; }
a { background-color: rgb(18,157,16); }
div.DivClassName
{
background-color: #129D10;
}
.BgClassName
{
background-color: #129D10;
}
</style>
border-color css
<style>
span { border-color: #129D10; }
span { border-color: rgb(18,157,16); }
td.TdClassName
{
border-color: #129D10;
}
.TagClassName
{
border-color: #129D10;
}
</style>