Shades of Persian Green #129F89
Tints of Persian Green #129F89
RGB
CMYK
RGB Variations
Color information
#129F89 (or 0x129F89) is known color: Persian Green. HEX triplet: 12, 9F and 89. RGB value is (18,159,137). Sum of RGB (Red+Green+Blue) = 18+159+137=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #129F89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129F89 is #ED6076. Grayscale: #727272. Windows color (decimal): -15556727 or 9019154. OLE color: 9019154.
HSL color Cylindrical-coordinate representation of color #129F89: hue angle of 170.64º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #129F89 is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 159 | 137 | - |
| CMYK | 0.89 | 0 | 0.14 | 0.38 |
| HSL | 170.64º | 0.8% | 0.35% | - |
| HSV(B) | 170.64º | 0.89% | 0.62% | - |
| XYZ | 17.16 | 26.73 | 27.92 | - |
| YUV | 114.33 | 140.79 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 137 | 0.89 | 0 | 0.14 | 0.38 | 170.64 | 0.8 | 0.35 |
| Hex | 12 | 9F | 89 | 59 | 0 | E | 26 | AB | 50 | 23 |
| Octal | 22 | 237 | 211 | 131 | 0 | 16 | 46 | 253 | 120 | 43 |
| Binary | 10010 | 10011111 | 10001001 | 1011001 | 0 | 1110 | 100110 | 10101011 | 1010000 | 100011 |
Color Harmonies of #129F89
Complementary color
Monochromatic Colors of #129F89
Black with #129F89
Text Example
Text Example
White with #129F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129F89; }
p { color: rgb(18,159,137); }
H1.HeaderClassName
{
color: #129F89;
}
.AnyTagClassName
{
color: #129F89;
}
</style>
background-color css
<style>
a { background-color: #129F89; }
a { background-color: rgb(18,159,137); }
div.DivClassName
{
background-color: #129F89;
}
.BgClassName
{
background-color: #129F89;
}
</style>
border-color css
<style>
span { border-color: #129F89; }
span { border-color: rgb(18,159,137); }
td.TdClassName
{
border-color: #129F89;
}
.TagClassName
{
border-color: #129F89;
}
</style>