Shades of Persian Green #14A28B
Tints of Persian Green #14A28B
RGB
CMYK
RGB Variations
Color information
#14A28B (or 0x14A28B) is known color: Persian Green. HEX triplet: 14, A2 and 8B. RGB value is (20,162,139). Sum of RGB (Red+Green+Blue) = 20+162+139=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #14A28B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A28B is #EB5D74. Grayscale: #747474. Windows color (decimal): -15424885 or 9150996. OLE color: 9150996.
HSL color Cylindrical-coordinate representation of color #14A28B: hue angle of 170.28º 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 #14A28B is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 20 | 162 | 139 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.36 |
| HSL | 170.28º | 0.78% | 0.36% | - |
| HSV(B) | 170.28º | 0.88% | 0.64% | - |
| XYZ | 17.87 | 27.85 | 28.86 | - |
| YUV | 116.92 | 140.46 | 58.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 162 | 139 | 0.88 | 0 | 0.14 | 0.36 | 170.28 | 0.78 | 0.36 |
| Hex | 14 | A2 | 8B | 58 | 0 | E | 24 | AA | 4E | 24 |
| Octal | 24 | 242 | 213 | 130 | 0 | 16 | 44 | 252 | 116 | 44 |
| Binary | 10100 | 10100010 | 10001011 | 1011000 | 0 | 1110 | 100100 | 10101010 | 1001110 | 100100 |
Color Harmonies of #14A28B
Complementary color
Monochromatic Colors of #14A28B
Black with #14A28B
Text Example
Text Example
White with #14A28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A28B; }
p { color: rgb(20,162,139); }
H1.HeaderClassName
{
color: #14A28B;
}
.AnyTagClassName
{
color: #14A28B;
}
</style>
background-color css
<style>
a { background-color: #14A28B; }
a { background-color: rgb(20,162,139); }
div.DivClassName
{
background-color: #14A28B;
}
.BgClassName
{
background-color: #14A28B;
}
</style>
border-color css
<style>
span { border-color: #14A28B; }
span { border-color: rgb(20,162,139); }
td.TdClassName
{
border-color: #14A28B;
}
.TagClassName
{
border-color: #14A28B;
}
</style>