Shades of Islamic Green #129D0C
Tints of Islamic Green #129D0C
RGB
CMYK
RGB Variations
Color information
#129D0C (or 0x129D0C) is known color: Islamic Green. HEX triplet: 12, 9D and 0C. RGB value is (18,157,12). Sum of RGB (Red+Green+Blue) = 18+157+12=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 157 (61.72% from 255 or 83.96% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 157 - color contains mainly: green. Hex color #129D0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129D0C is #ED62F3. Grayscale: #636363. Windows color (decimal): -15557364 or 826642. OLE color: 826642.
HSL color Cylindrical-coordinate representation of color #129D0C: hue angle of 117.52º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129D0C is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 12 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.38 |
| HSL | 117.52º | 0.86% | 0.33% | - |
| HSV(B) | 117.52º | 0.92% | 0.62% | - |
| XYZ | 12.37 | 24.27 | 4.38 | - |
| YUV | 98.91 | 78.95 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 12 | 0.89 | 0 | 0.92 | 0.38 | 117.52 | 0.86 | 0.33 |
| Hex | 12 | 9D | C | 59 | 0 | 5C | 26 | 76 | 56 | 21 |
| Octal | 22 | 235 | 14 | 131 | 0 | 134 | 46 | 166 | 126 | 41 |
| Binary | 10010 | 10011101 | 1100 | 1011001 | 0 | 1011100 | 100110 | 1110110 | 1010110 | 100001 |
Color Harmonies of #129D0C
Complementary color
Monochromatic Colors of #129D0C
Black with #129D0C
Text Example
Text Example
White with #129D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D0C; }
p { color: rgb(18,157,12); }
H1.HeaderClassName
{
color: #129D0C;
}
.AnyTagClassName
{
color: #129D0C;
}
</style>
background-color css
<style>
a { background-color: #129D0C; }
a { background-color: rgb(18,157,12); }
div.DivClassName
{
background-color: #129D0C;
}
.BgClassName
{
background-color: #129D0C;
}
</style>
border-color css
<style>
span { border-color: #129D0C; }
span { border-color: rgb(18,157,12); }
td.TdClassName
{
border-color: #129D0C;
}
.TagClassName
{
border-color: #129D0C;
}
</style>