Shades of Persian Green #129D86
Tints of Persian Green #129D86
RGB
CMYK
RGB Variations
Color information
#129D86 (or 0x129D86) is known color: Persian Green. HEX triplet: 12, 9D and 86. RGB value is (18,157,134). Sum of RGB (Red+Green+Blue) = 18+157+134=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 157 (61.72% from 255 or 50.81% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 157 - color contains mainly: green. Hex color #129D86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129D86 is #ED6279. Grayscale: #707070. Windows color (decimal): -15557242 or 8822034. OLE color: 8822034.
HSL color Cylindrical-coordinate representation of color #129D86: hue angle of 170.07º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129D86 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 134 | - |
| CMYK | 0.89 | 0 | 0.15 | 0.38 |
| HSL | 170.07º | 0.79% | 0.34% | - |
| HSV(B) | 170.07º | 0.89% | 0.62% | - |
| XYZ | 16.61 | 25.96 | 26.69 | - |
| YUV | 112.82 | 139.95 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 134 | 0.89 | 0 | 0.15 | 0.38 | 170.07 | 0.79 | 0.34 |
| Hex | 12 | 9D | 86 | 59 | 0 | F | 26 | AA | 4F | 22 |
| Octal | 22 | 235 | 206 | 131 | 0 | 17 | 46 | 252 | 117 | 42 |
| Binary | 10010 | 10011101 | 10000110 | 1011001 | 0 | 1111 | 100110 | 10101010 | 1001111 | 100010 |
Color Harmonies of #129D86
Complementary color
Monochromatic Colors of #129D86
Black with #129D86
Text Example
Text Example
White with #129D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D86; }
p { color: rgb(18,157,134); }
H1.HeaderClassName
{
color: #129D86;
}
.AnyTagClassName
{
color: #129D86;
}
</style>
background-color css
<style>
a { background-color: #129D86; }
a { background-color: rgb(18,157,134); }
div.DivClassName
{
background-color: #129D86;
}
.BgClassName
{
background-color: #129D86;
}
</style>
border-color css
<style>
span { border-color: #129D86; }
span { border-color: rgb(18,157,134); }
td.TdClassName
{
border-color: #129D86;
}
.TagClassName
{
border-color: #129D86;
}
</style>