Shades of Dark Pastel Green #14BA38
Tints of Dark Pastel Green #14BA38
RGB
CMYK
RGB Variations
Color information
#14BA38 (or 0x14BA38) is known color: Dark Pastel Green. HEX triplet: 14, BA and 38. RGB value is (20,186,56). Sum of RGB (Red+Green+Blue) = 20+186+56=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 186 (73.05% from 255 or 70.99% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA38 is #EB45C7. Grayscale: #797979. Windows color (decimal): -15418824 or 3717652. OLE color: 3717652.
HSL color Cylindrical-coordinate representation of color #14BA38: hue angle of 133.01º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BA38 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 56 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.27 |
| HSL | 133.01º | 0.81% | 0.4% | - |
| HSV(B) | 133.01º | 0.89% | 0.73% | - |
| XYZ | 18.56 | 35.55 | 9.63 | - |
| YUV | 121.55 | 91 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 56 | 0.89 | 0 | 0.70 | 0.27 | 133.01 | 0.81 | 0.4 |
| Hex | 14 | BA | 38 | 59 | 0 | 46 | 1B | 85 | 51 | 28 |
| Octal | 24 | 272 | 70 | 131 | 0 | 106 | 33 | 205 | 121 | 50 |
| Binary | 10100 | 10111010 | 111000 | 1011001 | 0 | 1000110 | 11011 | 10000101 | 1010001 | 101000 |
Color Harmonies of #14BA38
Complementary color
Monochromatic Colors of #14BA38
Black with #14BA38
Text Example
Text Example
White with #14BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA38; }
p { color: rgb(20,186,56); }
H1.HeaderClassName
{
color: #14BA38;
}
.AnyTagClassName
{
color: #14BA38;
}
</style>
background-color css
<style>
a { background-color: #14BA38; }
a { background-color: rgb(20,186,56); }
div.DivClassName
{
background-color: #14BA38;
}
.BgClassName
{
background-color: #14BA38;
}
</style>
border-color css
<style>
span { border-color: #14BA38; }
span { border-color: rgb(20,186,56); }
td.TdClassName
{
border-color: #14BA38;
}
.TagClassName
{
border-color: #14BA38;
}
</style>