Shades of Islamic Green #129F0D
Tints of Islamic Green #129F0D
RGB
CMYK
RGB Variations
Color information
#129F0D (or 0x129F0D) is known color: Islamic Green. HEX triplet: 12, 9F and 0D. RGB value is (18,159,13). Sum of RGB (Red+Green+Blue) = 18+159+13=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 159 (62.5% from 255 or 83.68% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 159 - color contains mainly: green. Hex color #129F0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129F0D is #ED60F2. Grayscale: #646464. Windows color (decimal): -15556851 or 892690. OLE color: 892690.
HSL color Cylindrical-coordinate representation of color #129F0D: hue angle of 117.95º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129F0D is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 159 | 13 | - |
| CMYK | 0.89 | 0 | 0.92 | 0.38 |
| HSL | 117.95º | 0.85% | 0.34% | - |
| HSV(B) | 117.95º | 0.92% | 0.62% | - |
| XYZ | 12.72 | 24.95 | 4.53 | - |
| YUV | 100.2 | 78.79 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 13 | 0.89 | 0 | 0.92 | 0.38 | 117.95 | 0.85 | 0.34 |
| Hex | 12 | 9F | D | 59 | 0 | 5C | 26 | 76 | 55 | 22 |
| Octal | 22 | 237 | 15 | 131 | 0 | 134 | 46 | 166 | 125 | 42 |
| Binary | 10010 | 10011111 | 1101 | 1011001 | 0 | 1011100 | 100110 | 1110110 | 1010101 | 100010 |
Color Harmonies of #129F0D
Complementary color
Monochromatic Colors of #129F0D
Black with #129F0D
Text Example
Text Example
White with #129F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129F0D; }
p { color: rgb(18,159,13); }
H1.HeaderClassName
{
color: #129F0D;
}
.AnyTagClassName
{
color: #129F0D;
}
</style>
background-color css
<style>
a { background-color: #129F0D; }
a { background-color: rgb(18,159,13); }
div.DivClassName
{
background-color: #129F0D;
}
.BgClassName
{
background-color: #129F0D;
}
</style>
border-color css
<style>
span { border-color: #129F0D; }
span { border-color: rgb(18,159,13); }
td.TdClassName
{
border-color: #129F0D;
}
.TagClassName
{
border-color: #129F0D;
}
</style>