Shades of Persian Green #129B89
Tints of Persian Green #129B89
RGB
CMYK
RGB Variations
Color information
#129B89 (or 0x129B89) is known color: Persian Green. HEX triplet: 12, 9B and 89. RGB value is (18,155,137). Sum of RGB (Red+Green+Blue) = 18+155+137=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #129B89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129B89 is #ED6476. Grayscale: #6F6F6F. Windows color (decimal): -15557751 or 9018130. OLE color: 9018130.
HSL color Cylindrical-coordinate representation of color #129B89: hue angle of 172.12º 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 #129B89 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 18 | 155 | 137 | - |
| CMYK | 0.88 | 0 | 0.12 | 0.39 |
| HSL | 172.12º | 0.79% | 0.34% | - |
| HSV(B) | 172.12º | 0.88% | 0.61% | - |
| XYZ | 16.49 | 25.38 | 27.7 | - |
| YUV | 111.99 | 142.11 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 155 | 137 | 0.88 | 0 | 0.12 | 0.39 | 172.12 | 0.79 | 0.34 |
| Hex | 12 | 9B | 89 | 58 | 0 | C | 27 | AC | 4F | 22 |
| Octal | 22 | 233 | 211 | 130 | 0 | 14 | 47 | 254 | 117 | 42 |
| Binary | 10010 | 10011011 | 10001001 | 1011000 | 0 | 1100 | 100111 | 10101100 | 1001111 | 100010 |
Color Harmonies of #129B89
Complementary color
Monochromatic Colors of #129B89
Black with #129B89
Text Example
Text Example
White with #129B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129B89; }
p { color: rgb(18,155,137); }
H1.HeaderClassName
{
color: #129B89;
}
.AnyTagClassName
{
color: #129B89;
}
</style>
background-color css
<style>
a { background-color: #129B89; }
a { background-color: rgb(18,155,137); }
div.DivClassName
{
background-color: #129B89;
}
.BgClassName
{
background-color: #129B89;
}
</style>
border-color css
<style>
span { border-color: #129B89; }
span { border-color: rgb(18,155,137); }
td.TdClassName
{
border-color: #129B89;
}
.TagClassName
{
border-color: #129B89;
}
</style>