Shades of Persian Green #129D90
Tints of Persian Green #129D90
RGB
CMYK
RGB Variations
Color information
#129D90 (or 0x129D90) is known color: Persian Green. HEX triplet: 12, 9D and 90. RGB value is (18,157,144). Sum of RGB (Red+Green+Blue) = 18+157+144=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #129D90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #129D90 is #ED626F. Grayscale: #717171. Windows color (decimal): -15557232 or 9477394. OLE color: 9477394.
HSL color Cylindrical-coordinate representation of color #129D90: hue angle of 174.39º 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 #129D90 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 18 | 157 | 144 | - |
| CMYK | 0.89 | 0 | 0.08 | 0.38 |
| HSL | 174.39º | 0.79% | 0.34% | - |
| HSV(B) | 174.39º | 0.89% | 0.62% | - |
| XYZ | 17.34 | 26.26 | 30.54 | - |
| YUV | 113.96 | 144.95 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 144 | 0.89 | 0 | 0.08 | 0.38 | 174.39 | 0.79 | 0.34 |
| Hex | 12 | 9D | 90 | 59 | 0 | 8 | 26 | AE | 4F | 22 |
| Octal | 22 | 235 | 220 | 131 | 0 | 10 | 46 | 256 | 117 | 42 |
| Binary | 10010 | 10011101 | 10010000 | 1011001 | 0 | 1000 | 100110 | 10101110 | 1001111 | 100010 |
Color Harmonies of #129D90
Complementary color
Monochromatic Colors of #129D90
Black with #129D90
Text Example
Text Example
White with #129D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129D90; }
p { color: rgb(18,157,144); }
H1.HeaderClassName
{
color: #129D90;
}
.AnyTagClassName
{
color: #129D90;
}
</style>
background-color css
<style>
a { background-color: #129D90; }
a { background-color: rgb(18,157,144); }
div.DivClassName
{
background-color: #129D90;
}
.BgClassName
{
background-color: #129D90;
}
</style>
border-color css
<style>
span { border-color: #129D90; }
span { border-color: rgb(18,157,144); }
td.TdClassName
{
border-color: #129D90;
}
.TagClassName
{
border-color: #129D90;
}
</style>