Shades of Persian Green #129E91
Tints of Persian Green #129E91
RGB
CMYK
RGB Variations
Color information
#129E91 (or 0x129E91) is known color: Persian Green. HEX triplet: 12, 9E and 91. RGB value is (18,158,145). Sum of RGB (Red+Green+Blue) = 18+158+145=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 158 (62.11% from 255 or 49.22% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 158 - color contains mainly: green. Hex color #129E91 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129E91 is #ED616E. Grayscale: #727272. Windows color (decimal): -15556975 or 9543186. OLE color: 9543186.
HSL color Cylindrical-coordinate representation of color #129E91: hue angle of 174.43º 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 #129E91 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 158 | 145 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.38 |
| HSL | 174.43º | 0.8% | 0.35% | - |
| HSV(B) | 174.43º | 0.89% | 0.62% | - |
| XYZ | 17.59 | 26.63 | 31 | - |
| YUV | 114.66 | 145.12 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 158 | 145 | 0.89 | 0 | 0.08 | 0.38 | 174.43 | 0.8 | 0.35 |
| Hex | 12 | 9E | 91 | 59 | 0 | 8 | 26 | AE | 50 | 23 |
| Octal | 22 | 236 | 221 | 131 | 0 | 10 | 46 | 256 | 120 | 43 |
| Binary | 10010 | 10011110 | 10010001 | 1011001 | 0 | 1000 | 100110 | 10101110 | 1010000 | 100011 |
Color Harmonies of #129E91
Complementary color
Monochromatic Colors of #129E91
Black with #129E91
Text Example
Text Example
White with #129E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129E91; }
p { color: rgb(18,158,145); }
H1.HeaderClassName
{
color: #129E91;
}
.AnyTagClassName
{
color: #129E91;
}
</style>
background-color css
<style>
a { background-color: #129E91; }
a { background-color: rgb(18,158,145); }
div.DivClassName
{
background-color: #129E91;
}
.BgClassName
{
background-color: #129E91;
}
</style>
border-color css
<style>
span { border-color: #129E91; }
span { border-color: rgb(18,158,145); }
td.TdClassName
{
border-color: #129E91;
}
.TagClassName
{
border-color: #129E91;
}
</style>