Shades of Persian Green #149A87
Tints of Persian Green #149A87
RGB
CMYK
RGB Variations
Color information
#149A87 (or 0x149A87) is known color: Persian Green. HEX triplet: 14, 9A and 87. RGB value is (20,154,135). Sum of RGB (Red+Green+Blue) = 20+154+135=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 154 (60.55% from 255 or 49.84% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 154 - color contains mainly: green. Hex color #149A87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149A87 is #EB6578. Grayscale: #6F6F6F. Windows color (decimal): -15426937 or 8886804. OLE color: 8886804.
HSL color Cylindrical-coordinate representation of color #149A87: hue angle of 171.49º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149A87 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 20 | 154 | 135 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.40 |
| HSL | 171.49º | 0.77% | 0.34% | - |
| HSV(B) | 171.49º | 0.87% | 0.6% | - |
| XYZ | 16.22 | 25.01 | 26.89 | - |
| YUV | 111.77 | 141.11 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 154 | 135 | 0.87 | 0 | 0.12 | 0.40 | 171.49 | 0.77 | 0.34 |
| Hex | 14 | 9A | 87 | 57 | 0 | C | 28 | AB | 4D | 22 |
| Octal | 24 | 232 | 207 | 127 | 0 | 14 | 50 | 253 | 115 | 42 |
| Binary | 10100 | 10011010 | 10000111 | 1010111 | 0 | 1100 | 101000 | 10101011 | 1001101 | 100010 |
Color Harmonies of #149A87
Complementary color
Monochromatic Colors of #149A87
Black with #149A87
Text Example
Text Example
White with #149A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149A87; }
p { color: rgb(20,154,135); }
H1.HeaderClassName
{
color: #149A87;
}
.AnyTagClassName
{
color: #149A87;
}
</style>
background-color css
<style>
a { background-color: #149A87; }
a { background-color: rgb(20,154,135); }
div.DivClassName
{
background-color: #149A87;
}
.BgClassName
{
background-color: #149A87;
}
</style>
border-color css
<style>
span { border-color: #149A87; }
span { border-color: rgb(20,154,135); }
td.TdClassName
{
border-color: #149A87;
}
.TagClassName
{
border-color: #149A87;
}
</style>