Shades of Islamic Green #129C07
Tints of Islamic Green #129C07
RGB
CMYK
RGB Variations
Color information
#129C07 (or 0x129C07) is known color: Islamic Green. HEX triplet: 12, 9C and 07. RGB value is (18,156,7). Sum of RGB (Red+Green+Blue) = 18+156+7=181 (23% of max value = 765). Red value is 18 (7.42% from 255 or 9.94% from 181); Green value is 156 (61.33% from 255 or 86.19% from 181); Blue value is 7 (3.12% from 255 or 3.87% from 181); Max value from RGB is 156 - color contains mainly: green. Hex color #129C07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129C07 is #ED63F8. Grayscale: #626262. Windows color (decimal): -15557625 or 498706. OLE color: 498706.
HSL color Cylindrical-coordinate representation of color #129C07: hue angle of 115.57º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #129C07 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 7 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.39 |
| HSL | 115.57º | 0.91% | 0.32% | - |
| HSV(B) | 115.57º | 0.96% | 0.61% | - |
| XYZ | 12.18 | 23.92 | 4.18 | - |
| YUV | 97.75 | 76.78 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 7 | 0.88 | 0 | 0.96 | 0.39 | 115.57 | 0.91 | 0.32 |
| Hex | 12 | 9C | 7 | 58 | 0 | 60 | 27 | 74 | 5B | 20 |
| Octal | 22 | 234 | 7 | 130 | 0 | 140 | 47 | 164 | 133 | 40 |
| Binary | 10010 | 10011100 | 111 | 1011000 | 0 | 1100000 | 100111 | 1110100 | 1011011 | 100000 |
Color Harmonies of #129C07
Complementary color
Monochromatic Colors of #129C07
Black with #129C07
Text Example
Text Example
White with #129C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C07; }
p { color: rgb(18,156,7); }
H1.HeaderClassName
{
color: #129C07;
}
.AnyTagClassName
{
color: #129C07;
}
</style>
background-color css
<style>
a { background-color: #129C07; }
a { background-color: rgb(18,156,7); }
div.DivClassName
{
background-color: #129C07;
}
.BgClassName
{
background-color: #129C07;
}
</style>
border-color css
<style>
span { border-color: #129C07; }
span { border-color: rgb(18,156,7); }
td.TdClassName
{
border-color: #129C07;
}
.TagClassName
{
border-color: #129C07;
}
</style>