Shades of Islamic Green #129F0B
Tints of Islamic Green #129F0B
RGB
CMYK
RGB Variations
Color information
#129F0B (or 0x129F0B) is known color: Islamic Green. HEX triplet: 12, 9F and 0B. RGB value is (18,159,11). Sum of RGB (Red+Green+Blue) = 18+159+11=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 159 (62.5% from 255 or 84.57% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 159 - color contains mainly: green. Hex color #129F0B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129F0B is #ED60F4. Grayscale: #646464. Windows color (decimal): -15556853 or 761618. OLE color: 761618.
HSL color Cylindrical-coordinate representation of color #129F0B: hue angle of 117.16º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #129F0B is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 159 | 11 | - |
| CMYK | 0.89 | 0 | 0.93 | 0.38 |
| HSL | 117.16º | 0.87% | 0.33% | - |
| HSV(B) | 117.16º | 0.93% | 0.62% | - |
| XYZ | 12.71 | 24.95 | 4.46 | - |
| YUV | 99.97 | 77.79 | 69.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 11 | 0.89 | 0 | 0.93 | 0.38 | 117.16 | 0.87 | 0.33 |
| Hex | 12 | 9F | B | 59 | 0 | 5D | 26 | 75 | 57 | 21 |
| Octal | 22 | 237 | 13 | 131 | 0 | 135 | 46 | 165 | 127 | 41 |
| Binary | 10010 | 10011111 | 1011 | 1011001 | 0 | 1011101 | 100110 | 1110101 | 1010111 | 100001 |
Color Harmonies of #129F0B
Complementary color
Monochromatic Colors of #129F0B
Black with #129F0B
Text Example
Text Example
White with #129F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129F0B; }
p { color: rgb(18,159,11); }
H1.HeaderClassName
{
color: #129F0B;
}
.AnyTagClassName
{
color: #129F0B;
}
</style>
background-color css
<style>
a { background-color: #129F0B; }
a { background-color: rgb(18,159,11); }
div.DivClassName
{
background-color: #129F0B;
}
.BgClassName
{
background-color: #129F0B;
}
</style>
border-color css
<style>
span { border-color: #129F0B; }
span { border-color: rgb(18,159,11); }
td.TdClassName
{
border-color: #129F0B;
}
.TagClassName
{
border-color: #129F0B;
}
</style>