Shades of Dark Pastel Green #14BA2C
Tints of Dark Pastel Green #14BA2C
RGB
CMYK
RGB Variations
Color information
#14BA2C (or 0x14BA2C) is known color: Dark Pastel Green. HEX triplet: 14, BA and 2C. RGB value is (20,186,44). Sum of RGB (Red+Green+Blue) = 20+186+44=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 186 (73.05% from 255 or 74.4% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA2C is #EB45D3. Grayscale: #787878. Windows color (decimal): -15418836 or 2931220. OLE color: 2931220.
HSL color Cylindrical-coordinate representation of color #14BA2C: hue angle of 128.67º 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 #14BA2C is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 44 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.27 |
| HSL | 128.67º | 0.81% | 0.4% | - |
| HSV(B) | 128.67º | 0.89% | 0.73% | - |
| XYZ | 18.3 | 35.45 | 8.26 | - |
| YUV | 120.18 | 85 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 44 | 0.89 | 0 | 0.76 | 0.27 | 128.67 | 0.81 | 0.4 |
| Hex | 14 | BA | 2C | 59 | 0 | 4C | 1B | 81 | 51 | 28 |
| Octal | 24 | 272 | 54 | 131 | 0 | 114 | 33 | 201 | 121 | 50 |
| Binary | 10100 | 10111010 | 101100 | 1011001 | 0 | 1001100 | 11011 | 10000001 | 1010001 | 101000 |
Color Harmonies of #14BA2C
Complementary color
Monochromatic Colors of #14BA2C
Black with #14BA2C
Text Example
Text Example
White with #14BA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA2C; }
p { color: rgb(20,186,44); }
H1.HeaderClassName
{
color: #14BA2C;
}
.AnyTagClassName
{
color: #14BA2C;
}
</style>
background-color css
<style>
a { background-color: #14BA2C; }
a { background-color: rgb(20,186,44); }
div.DivClassName
{
background-color: #14BA2C;
}
.BgClassName
{
background-color: #14BA2C;
}
</style>
border-color css
<style>
span { border-color: #14BA2C; }
span { border-color: rgb(20,186,44); }
td.TdClassName
{
border-color: #14BA2C;
}
.TagClassName
{
border-color: #14BA2C;
}
</style>