Shades of Dark Pastel Green #14C244
Tints of Dark Pastel Green #14C244
RGB
CMYK
RGB Variations
Color information
#14C244 (or 0x14C244) is known color: Dark Pastel Green. HEX triplet: 14, C2 and 44. RGB value is (20,194,68). Sum of RGB (Red+Green+Blue) = 20+194+68=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 194 (76.17% from 255 or 68.79% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 194 - color contains mainly: green. Hex color #14C244 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C244 is #EB3DBB. Grayscale: #7F7F7F. Windows color (decimal): -15416764 or 4506132. OLE color: 4506132.
HSL color Cylindrical-coordinate representation of color #14C244: hue angle of 136.55º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C244 is Cyan = 0.90, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 194 | 68 | - |
| CMYK | 0.90 | 0 | 0.65 | 0.24 |
| HSL | 136.55º | 0.81% | 0.42% | - |
| HSV(B) | 136.55º | 0.9% | 0.76% | - |
| XYZ | 20.62 | 39.15 | 11.94 | - |
| YUV | 127.61 | 94.35 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 68 | 0.90 | 0 | 0.65 | 0.24 | 136.55 | 0.81 | 0.42 |
| Hex | 14 | C2 | 44 | 5A | 0 | 41 | 18 | 89 | 51 | 2A |
| Octal | 24 | 302 | 104 | 132 | 0 | 101 | 30 | 211 | 121 | 52 |
| Binary | 10100 | 11000010 | 1000100 | 1011010 | 0 | 1000001 | 11000 | 10001001 | 1010001 | 101010 |
Color Harmonies of #14C244
Complementary color
Monochromatic Colors of #14C244
Black with #14C244
Text Example
Text Example
White with #14C244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C244; }
p { color: rgb(20,194,68); }
H1.HeaderClassName
{
color: #14C244;
}
.AnyTagClassName
{
color: #14C244;
}
</style>
background-color css
<style>
a { background-color: #14C244; }
a { background-color: rgb(20,194,68); }
div.DivClassName
{
background-color: #14C244;
}
.BgClassName
{
background-color: #14C244;
}
</style>
border-color css
<style>
span { border-color: #14C244; }
span { border-color: rgb(20,194,68); }
td.TdClassName
{
border-color: #14C244;
}
.TagClassName
{
border-color: #14C244;
}
</style>