Shades of Dark Pastel Green #14C445
Tints of Dark Pastel Green #14C445
RGB
CMYK
RGB Variations
Color information
#14C445 (or 0x14C445) is known color: Dark Pastel Green. HEX triplet: 14, C4 and 45. RGB value is (20,196,69). Sum of RGB (Red+Green+Blue) = 20+196+69=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 69 (27.34% from 255 or 24.21% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #14C445 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C445 is #EB3BBA. Grayscale: #818181. Windows color (decimal): -15416251 or 4572180. OLE color: 4572180.
HSL color Cylindrical-coordinate representation of color #14C445: hue angle of 136.7º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C445 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 20 | 196 | 69 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.23 |
| HSL | 136.7º | 0.81% | 0.42% | - |
| HSV(B) | 136.7º | 0.9% | 0.77% | - |
| XYZ | 21.1 | 40.06 | 12.25 | - |
| YUV | 128.9 | 94.19 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 196 | 69 | 0.90 | 0 | 0.65 | 0.23 | 136.7 | 0.81 | 0.42 |
| Hex | 14 | C4 | 45 | 5A | 0 | 41 | 17 | 89 | 51 | 2A |
| Octal | 24 | 304 | 105 | 132 | 0 | 101 | 27 | 211 | 121 | 52 |
| Binary | 10100 | 11000100 | 1000101 | 1011010 | 0 | 1000001 | 10111 | 10001001 | 1010001 | 101010 |
Color Harmonies of #14C445
Complementary color
Monochromatic Colors of #14C445
Black with #14C445
Text Example
Text Example
White with #14C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C445; }
p { color: rgb(20,196,69); }
H1.HeaderClassName
{
color: #14C445;
}
.AnyTagClassName
{
color: #14C445;
}
</style>
background-color css
<style>
a { background-color: #14C445; }
a { background-color: rgb(20,196,69); }
div.DivClassName
{
background-color: #14C445;
}
.BgClassName
{
background-color: #14C445;
}
</style>
border-color css
<style>
span { border-color: #14C445; }
span { border-color: rgb(20,196,69); }
td.TdClassName
{
border-color: #14C445;
}
.TagClassName
{
border-color: #14C445;
}
</style>