Shades of Persian Green #14A28D
Tints of Persian Green #14A28D
RGB
CMYK
RGB Variations
Color information
#14A28D (or 0x14A28D) is known color: Persian Green. HEX triplet: 14, A2 and 8D. RGB value is (20,162,141). Sum of RGB (Red+Green+Blue) = 20+162+141=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 162 (63.67% from 255 or 50.15% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 162 - color contains mainly: green. Hex color #14A28D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A28D is #EB5D72. Grayscale: #757575. Windows color (decimal): -15424883 or 9282068. OLE color: 9282068.
HSL color Cylindrical-coordinate representation of color #14A28D: hue angle of 171.13º 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 #14A28D is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 162 | 141 | - |
| CMYK | 0.88 | 0 | 0.13 | 0.36 |
| HSL | 171.13º | 0.78% | 0.36% | - |
| HSV(B) | 171.13º | 0.88% | 0.64% | - |
| XYZ | 18.02 | 27.91 | 29.64 | - |
| YUV | 117.15 | 141.46 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 162 | 141 | 0.88 | 0 | 0.13 | 0.36 | 171.13 | 0.78 | 0.36 |
| Hex | 14 | A2 | 8D | 58 | 0 | D | 24 | AB | 4E | 24 |
| Octal | 24 | 242 | 215 | 130 | 0 | 15 | 44 | 253 | 116 | 44 |
| Binary | 10100 | 10100010 | 10001101 | 1011000 | 0 | 1101 | 100100 | 10101011 | 1001110 | 100100 |
Color Harmonies of #14A28D
Complementary color
Monochromatic Colors of #14A28D
Black with #14A28D
Text Example
Text Example
White with #14A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A28D; }
p { color: rgb(20,162,141); }
H1.HeaderClassName
{
color: #14A28D;
}
.AnyTagClassName
{
color: #14A28D;
}
</style>
background-color css
<style>
a { background-color: #14A28D; }
a { background-color: rgb(20,162,141); }
div.DivClassName
{
background-color: #14A28D;
}
.BgClassName
{
background-color: #14A28D;
}
</style>
border-color css
<style>
span { border-color: #14A28D; }
span { border-color: rgb(20,162,141); }
td.TdClassName
{
border-color: #14A28D;
}
.TagClassName
{
border-color: #14A28D;
}
</style>