Shades of Persian Green #129D8F
Tints of Persian Green #129D8F
RGB
CMYK
RGB Variations
Color information
#129D8F (or 0x129D8F) is known color: Persian Green. HEX triplet: 12, 9D and 8F. RGB value is (18,157,143). Sum of RGB (Red+Green+Blue) = 18+157+143=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 157 (61.72% from 255 or 49.37% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 157 - color contains mainly: green. Hex color #129D8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129D8F is #ED6270. Grayscale: #717171. Windows color (decimal): -15557233 or 9411858. OLE color: 9411858.
HSL color Cylindrical-coordinate representation of color #129D8F: hue angle of 173.96º 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 #129D8F is Cyan = 0.89, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 143 | - |
| CMYK | 0.89 | 0 | 0.09 | 0.38 |
| HSL | 173.96º | 0.79% | 0.34% | - |
| HSV(B) | 173.96º | 0.89% | 0.62% | - |
| XYZ | 17.26 | 26.23 | 30.14 | - |
| YUV | 113.84 | 144.45 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 143 | 0.89 | 0 | 0.09 | 0.38 | 173.96 | 0.79 | 0.34 |
| Hex | 12 | 9D | 8F | 59 | 0 | 9 | 26 | AE | 4F | 22 |
| Octal | 22 | 235 | 217 | 131 | 0 | 11 | 46 | 256 | 117 | 42 |
| Binary | 10010 | 10011101 | 10001111 | 1011001 | 0 | 1001 | 100110 | 10101110 | 1001111 | 100010 |
Color Harmonies of #129D8F
Complementary color
Monochromatic Colors of #129D8F
Black with #129D8F
Text Example
Text Example
White with #129D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D8F; }
p { color: rgb(18,157,143); }
H1.HeaderClassName
{
color: #129D8F;
}
.AnyTagClassName
{
color: #129D8F;
}
</style>
background-color css
<style>
a { background-color: #129D8F; }
a { background-color: rgb(18,157,143); }
div.DivClassName
{
background-color: #129D8F;
}
.BgClassName
{
background-color: #129D8F;
}
</style>
border-color css
<style>
span { border-color: #129D8F; }
span { border-color: rgb(18,157,143); }
td.TdClassName
{
border-color: #129D8F;
}
.TagClassName
{
border-color: #129D8F;
}
</style>