Shades of Persian Green #129C91
Tints of Persian Green #129C91
RGB
CMYK
RGB Variations
Color information
#129C91 (or 0x129C91) is known color: Persian Green. HEX triplet: 12, 9C and 91. RGB value is (18,156,145). Sum of RGB (Red+Green+Blue) = 18+156+145=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #129C91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129C91 is #ED636E. Grayscale: #717171. Windows color (decimal): -15557487 or 9542674. OLE color: 9542674.
HSL color Cylindrical-coordinate representation of color #129C91: hue angle of 175.22º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129C91 is Cyan = 0.88, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 156 | 145 | - |
| CMYK | 0.88 | 0 | 0.07 | 0.39 |
| HSL | 175.22º | 0.79% | 0.34% | - |
| HSV(B) | 175.22º | 0.88% | 0.61% | - |
| XYZ | 17.25 | 25.95 | 30.89 | - |
| YUV | 113.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 145 | 0.88 | 0 | 0.07 | 0.39 | 175.22 | 0.79 | 0.34 |
| Hex | 12 | 9C | 91 | 58 | 0 | 7 | 27 | AF | 4F | 22 |
| Octal | 22 | 234 | 221 | 130 | 0 | 7 | 47 | 257 | 117 | 42 |
| Binary | 10010 | 10011100 | 10010001 | 1011000 | 0 | 111 | 100111 | 10101111 | 1001111 | 100010 |
Color Harmonies of #129C91
Complementary color
Monochromatic Colors of #129C91
Black with #129C91
Text Example
Text Example
White with #129C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129C91; }
p { color: rgb(18,156,145); }
H1.HeaderClassName
{
color: #129C91;
}
.AnyTagClassName
{
color: #129C91;
}
</style>
background-color css
<style>
a { background-color: #129C91; }
a { background-color: rgb(18,156,145); }
div.DivClassName
{
background-color: #129C91;
}
.BgClassName
{
background-color: #129C91;
}
</style>
border-color css
<style>
span { border-color: #129C91; }
span { border-color: rgb(18,156,145); }
td.TdClassName
{
border-color: #129C91;
}
.TagClassName
{
border-color: #129C91;
}
</style>