Shades of Persian Green #14A290
Tints of Persian Green #14A290
RGB
CMYK
RGB Variations
Color information
#14A290 (or 0x14A290) is known color: Persian Green. HEX triplet: 14, A2 and 90. RGB value is (20,162,144). Sum of RGB (Red+Green+Blue) = 20+162+144=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 162 (63.67% from 255 or 49.69% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 162 - color contains mainly: green. Hex color #14A290 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A290 is #EB5D6F. Grayscale: #757575. Windows color (decimal): -15424880 or 9478676. OLE color: 9478676.
HSL color Cylindrical-coordinate representation of color #14A290: hue angle of 172.39º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A290 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 162 | 144 | - |
| CMYK | 0.88 | 0 | 0.11 | 0.36 |
| HSL | 172.39º | 0.78% | 0.36% | - |
| HSV(B) | 172.39º | 0.88% | 0.64% | - |
| XYZ | 18.24 | 28 | 30.83 | - |
| YUV | 117.49 | 142.96 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 162 | 144 | 0.88 | 0 | 0.11 | 0.36 | 172.39 | 0.78 | 0.36 |
| Hex | 14 | A2 | 90 | 58 | 0 | B | 24 | AC | 4E | 24 |
| Octal | 24 | 242 | 220 | 130 | 0 | 13 | 44 | 254 | 116 | 44 |
| Binary | 10100 | 10100010 | 10010000 | 1011000 | 0 | 1011 | 100100 | 10101100 | 1001110 | 100100 |
Color Harmonies of #14A290
Complementary color
Monochromatic Colors of #14A290
Black with #14A290
Text Example
Text Example
White with #14A290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A290; }
p { color: rgb(20,162,144); }
H1.HeaderClassName
{
color: #14A290;
}
.AnyTagClassName
{
color: #14A290;
}
</style>
background-color css
<style>
a { background-color: #14A290; }
a { background-color: rgb(20,162,144); }
div.DivClassName
{
background-color: #14A290;
}
.BgClassName
{
background-color: #14A290;
}
</style>
border-color css
<style>
span { border-color: #14A290; }
span { border-color: rgb(20,162,144); }
td.TdClassName
{
border-color: #14A290;
}
.TagClassName
{
border-color: #14A290;
}
</style>