Shades of Islamic Green #129C01
Tints of Islamic Green #129C01
RGB
CMYK
RGB Variations
Color information
#129C01 (or 0x129C01) is known color: Islamic Green. HEX triplet: 12, 9C and 01. RGB value is (18,156,1). Sum of RGB (Red+Green+Blue) = 18+156+1=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 156 (61.33% from 255 or 89.14% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 156 - color contains mainly: green. Hex color #129C01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129C01 is #ED63FE. Grayscale: #616161. Windows color (decimal): -15557631 or 105490. OLE color: 105490.
HSL color Cylindrical-coordinate representation of color #129C01: hue angle of 113.42º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #129C01 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 1 | - |
| CMYK | 0.88 | 0 | 0.99 | 0.39 |
| HSL | 113.42º | 0.99% | 0.31% | - |
| HSV(B) | 113.42º | 0.99% | 0.61% | - |
| XYZ | 12.14 | 23.91 | 4 | - |
| YUV | 97.07 | 73.78 | 71.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 1 | 0.88 | 0 | 0.99 | 0.39 | 113.42 | 0.99 | 0.31 |
| Hex | 12 | 9C | 1 | 58 | 0 | 63 | 27 | 71 | 63 | 1F |
| Octal | 22 | 234 | 1 | 130 | 0 | 143 | 47 | 161 | 143 | 37 |
| Binary | 10010 | 10011100 | 1 | 1011000 | 0 | 1100011 | 100111 | 1110001 | 1100011 | 11111 |
Color Harmonies of #129C01
Complementary color
Monochromatic Colors of #129C01
Black with #129C01
Text Example
Text Example
White with #129C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C01; }
p { color: rgb(18,156,1); }
H1.HeaderClassName
{
color: #129C01;
}
.AnyTagClassName
{
color: #129C01;
}
</style>
background-color css
<style>
a { background-color: #129C01; }
a { background-color: rgb(18,156,1); }
div.DivClassName
{
background-color: #129C01;
}
.BgClassName
{
background-color: #129C01;
}
</style>
border-color css
<style>
span { border-color: #129C01; }
span { border-color: rgb(18,156,1); }
td.TdClassName
{
border-color: #129C01;
}
.TagClassName
{
border-color: #129C01;
}
</style>