Shades of Persian Green #149E8E
Tints of Persian Green #149E8E
RGB
CMYK
RGB Variations
Color information
#149E8E (or 0x149E8E) is known color: Persian Green. HEX triplet: 14, 9E and 8E. RGB value is (20,158,142). Sum of RGB (Red+Green+Blue) = 20+158+142=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 158 (62.11% from 255 or 49.38% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 158 - color contains mainly: green. Hex color #149E8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149E8E is #EB6171. Grayscale: #727272. Windows color (decimal): -15425906 or 9346580. OLE color: 9346580.
HSL color Cylindrical-coordinate representation of color #149E8E: hue angle of 173.04º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149E8E is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 20 | 158 | 142 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.38 |
| HSL | 173.04º | 0.78% | 0.35% | - |
| HSV(B) | 173.04º | 0.87% | 0.62% | - |
| XYZ | 17.4 | 26.56 | 29.8 | - |
| YUV | 114.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 158 | 142 | 0.87 | 0 | 0.10 | 0.38 | 173.04 | 0.78 | 0.35 |
| Hex | 14 | 9E | 8E | 57 | 0 | A | 26 | AD | 4E | 23 |
| Octal | 24 | 236 | 216 | 127 | 0 | 12 | 46 | 255 | 116 | 43 |
| Binary | 10100 | 10011110 | 10001110 | 1010111 | 0 | 1010 | 100110 | 10101101 | 1001110 | 100011 |
Color Harmonies of #149E8E
Complementary color
Monochromatic Colors of #149E8E
Black with #149E8E
Text Example
Text Example
White with #149E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149E8E; }
p { color: rgb(20,158,142); }
H1.HeaderClassName
{
color: #149E8E;
}
.AnyTagClassName
{
color: #149E8E;
}
</style>
background-color css
<style>
a { background-color: #149E8E; }
a { background-color: rgb(20,158,142); }
div.DivClassName
{
background-color: #149E8E;
}
.BgClassName
{
background-color: #149E8E;
}
</style>
border-color css
<style>
span { border-color: #149E8E; }
span { border-color: rgb(20,158,142); }
td.TdClassName
{
border-color: #149E8E;
}
.TagClassName
{
border-color: #149E8E;
}
</style>