Shades of Dark Pastel Green #14A138
Tints of Dark Pastel Green #14A138
RGB
CMYK
RGB Variations
Color information
#14A138 (or 0x14A138) is known color: Dark Pastel Green. HEX triplet: 14, A1 and 38. RGB value is (20,161,56). Sum of RGB (Red+Green+Blue) = 20+161+56=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 161 (63.28% from 255 or 67.93% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 161 - color contains mainly: green. Hex color #14A138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14A138 is #EB5EC7. Grayscale: #6B6B6B. Windows color (decimal): -15425224 or 3711252. OLE color: 3711252.
HSL color Cylindrical-coordinate representation of color #14A138: hue angle of 135.32º 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 #14A138 is Cyan = 0.88, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 20 | 161 | 56 | - |
| CMYK | 0.88 | 0 | 0.65 | 0.37 |
| HSL | 135.32º | 0.78% | 0.35% | - |
| HSV(B) | 135.32º | 0.88% | 0.63% | - |
| XYZ | 13.75 | 25.92 | 8.02 | - |
| YUV | 106.87 | 99.29 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 161 | 56 | 0.88 | 0 | 0.65 | 0.37 | 135.32 | 0.78 | 0.35 |
| Hex | 14 | A1 | 38 | 58 | 0 | 41 | 25 | 87 | 4E | 23 |
| Octal | 24 | 241 | 70 | 130 | 0 | 101 | 45 | 207 | 116 | 43 |
| Binary | 10100 | 10100001 | 111000 | 1011000 | 0 | 1000001 | 100101 | 10000111 | 1001110 | 100011 |
Color Harmonies of #14A138
Complementary color
Monochromatic Colors of #14A138
Black with #14A138
Text Example
Text Example
White with #14A138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14A138; }
p { color: rgb(20,161,56); }
H1.HeaderClassName
{
color: #14A138;
}
.AnyTagClassName
{
color: #14A138;
}
</style>
background-color css
<style>
a { background-color: #14A138; }
a { background-color: rgb(20,161,56); }
div.DivClassName
{
background-color: #14A138;
}
.BgClassName
{
background-color: #14A138;
}
</style>
border-color css
<style>
span { border-color: #14A138; }
span { border-color: rgb(20,161,56); }
td.TdClassName
{
border-color: #14A138;
}
.TagClassName
{
border-color: #14A138;
}
</style>