Shades of Islamic Green #129D01
Tints of Islamic Green #129D01
RGB
CMYK
RGB Variations
Color information
#129D01 (or 0x129D01) is known color: Islamic Green. HEX triplet: 12, 9D and 01. RGB value is (18,157,1). Sum of RGB (Red+Green+Blue) = 18+157+1=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 157 (61.72% from 255 or 89.20% from 176); Blue value is 1 (0.78% from 255 or 0.57% from 176); Max value from RGB is 157 - color contains mainly: green. Hex color #129D01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129D01 is #ED62FE. Grayscale: #626262. Windows color (decimal): -15557375 or 105746. OLE color: 105746.
HSL color Cylindrical-coordinate representation of color #129D01: hue angle of 113.46º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #129D01 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 1 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.38 |
| HSL | 113.46º | 0.99% | 0.31% | - |
| HSV(B) | 113.46º | 0.99% | 0.62% | - |
| XYZ | 12.31 | 24.24 | 4.06 | - |
| YUV | 97.66 | 73.45 | 71.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 1 | 0.89 | 0 | 0.99 | 0.38 | 113.46 | 0.99 | 0.31 |
| Hex | 12 | 9D | 1 | 59 | 0 | 63 | 26 | 71 | 63 | 1F |
| Octal | 22 | 235 | 1 | 131 | 0 | 143 | 46 | 161 | 143 | 37 |
| Binary | 10010 | 10011101 | 1 | 1011001 | 0 | 1100011 | 100110 | 1110001 | 1100011 | 11111 |
Color Harmonies of #129D01
Complementary color
Monochromatic Colors of #129D01
Black with #129D01
Text Example
Text Example
White with #129D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D01; }
p { color: rgb(18,157,1); }
H1.HeaderClassName
{
color: #129D01;
}
.AnyTagClassName
{
color: #129D01;
}
</style>
background-color css
<style>
a { background-color: #129D01; }
a { background-color: rgb(18,157,1); }
div.DivClassName
{
background-color: #129D01;
}
.BgClassName
{
background-color: #129D01;
}
</style>
border-color css
<style>
span { border-color: #129D01; }
span { border-color: rgb(18,157,1); }
td.TdClassName
{
border-color: #129D01;
}
.TagClassName
{
border-color: #129D01;
}
</style>