Shades of Islamic Green #129D02
Tints of Islamic Green #129D02
RGB
CMYK
RGB Variations
Color information
#129D02 (or 0x129D02) is known color: Islamic Green. HEX triplet: 12, 9D and 02. RGB value is (18,157,2). Sum of RGB (Red+Green+Blue) = 18+157+2=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 157 (61.72% from 255 or 88.70% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 157 - color contains mainly: green. Hex color #129D02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #129D02 is #ED62FD. Grayscale: #626262. Windows color (decimal): -15557374 or 171282. OLE color: 171282.
HSL color Cylindrical-coordinate representation of color #129D02: hue angle of 113.81º degrees, saturation: 0.97, 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 #129D02 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 2 | - |
| CMYK | 0.89 | 0 | 0.99 | 0.38 |
| HSL | 113.81º | 0.97% | 0.31% | - |
| HSV(B) | 113.81º | 0.99% | 0.62% | - |
| XYZ | 12.32 | 24.25 | 4.09 | - |
| YUV | 97.77 | 73.95 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 2 | 0.89 | 0 | 0.99 | 0.38 | 113.81 | 0.97 | 0.31 |
| Hex | 12 | 9D | 2 | 59 | 0 | 63 | 26 | 72 | 61 | 1F |
| Octal | 22 | 235 | 2 | 131 | 0 | 143 | 46 | 162 | 141 | 37 |
| Binary | 10010 | 10011101 | 10 | 1011001 | 0 | 1100011 | 100110 | 1110010 | 1100001 | 11111 |
Color Harmonies of #129D02
Complementary color
Monochromatic Colors of #129D02
Black with #129D02
Text Example
Text Example
White with #129D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D02; }
p { color: rgb(18,157,2); }
H1.HeaderClassName
{
color: #129D02;
}
.AnyTagClassName
{
color: #129D02;
}
</style>
background-color css
<style>
a { background-color: #129D02; }
a { background-color: rgb(18,157,2); }
div.DivClassName
{
background-color: #129D02;
}
.BgClassName
{
background-color: #129D02;
}
</style>
border-color css
<style>
span { border-color: #129D02; }
span { border-color: rgb(18,157,2); }
td.TdClassName
{
border-color: #129D02;
}
.TagClassName
{
border-color: #129D02;
}
</style>