Shades of Dark Pastel Green #14A136
Tints of Dark Pastel Green #14A136
RGB
CMYK
RGB Variations
Color information
#14A136 (or 0x14A136) is known color: Dark Pastel Green. HEX triplet: 14, A1 and 36. RGB value is (20,161,54). Sum of RGB (Red+Green+Blue) = 20+161+54=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 161 (63.28% from 255 or 68.51% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 161 - color contains mainly: green. Hex color #14A136 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A136 is #EB5EC9. Grayscale: #6A6A6A. Windows color (decimal): -15425226 or 3580180. OLE color: 3580180.
HSL color Cylindrical-coordinate representation of color #14A136: hue angle of 134.47º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A136 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 161 | 54 | - |
| CMYK | 0.88 | 0 | 0.66 | 0.37 |
| HSL | 134.47º | 0.78% | 0.35% | - |
| HSV(B) | 134.47º | 0.88% | 0.63% | - |
| XYZ | 13.7 | 25.9 | 7.77 | - |
| YUV | 106.64 | 98.29 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 161 | 54 | 0.88 | 0 | 0.66 | 0.37 | 134.47 | 0.78 | 0.35 |
| Hex | 14 | A1 | 36 | 58 | 0 | 42 | 25 | 86 | 4E | 23 |
| Octal | 24 | 241 | 66 | 130 | 0 | 102 | 45 | 206 | 116 | 43 |
| Binary | 10100 | 10100001 | 110110 | 1011000 | 0 | 1000010 | 100101 | 10000110 | 1001110 | 100011 |
Color Harmonies of #14A136
Complementary color
Monochromatic Colors of #14A136
Black with #14A136
Text Example
Text Example
White with #14A136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A136; }
p { color: rgb(20,161,54); }
H1.HeaderClassName
{
color: #14A136;
}
.AnyTagClassName
{
color: #14A136;
}
</style>
background-color css
<style>
a { background-color: #14A136; }
a { background-color: rgb(20,161,54); }
div.DivClassName
{
background-color: #14A136;
}
.BgClassName
{
background-color: #14A136;
}
</style>
border-color css
<style>
span { border-color: #14A136; }
span { border-color: rgb(20,161,54); }
td.TdClassName
{
border-color: #14A136;
}
.TagClassName
{
border-color: #14A136;
}
</style>