Shades of Dark Pastel Green #14C149
Tints of Dark Pastel Green #14C149
RGB
CMYK
RGB Variations
Color information
#14C149 (or 0x14C149) is known color: Dark Pastel Green. HEX triplet: 14, C1 and 49. RGB value is (20,193,73). Sum of RGB (Red+Green+Blue) = 20+193+73=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 193 (75.78% from 255 or 67.48% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 193 - color contains mainly: green. Hex color #14C149 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C149 is #EB3EB6. Grayscale: #7F7F7F. Windows color (decimal): -15417015 or 4833556. OLE color: 4833556.
HSL color Cylindrical-coordinate representation of color #14C149: hue angle of 138.38º 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 #14C149 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 193 | 73 | - |
| CMYK | 0.90 | 0 | 0.62 | 0.24 |
| HSL | 138.38º | 0.81% | 0.42% | - |
| HSV(B) | 138.38º | 0.9% | 0.76% | - |
| XYZ | 20.56 | 38.77 | 12.7 | - |
| YUV | 127.59 | 97.19 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 193 | 73 | 0.90 | 0 | 0.62 | 0.24 | 138.38 | 0.81 | 0.42 |
| Hex | 14 | C1 | 49 | 5A | 0 | 3E | 18 | 8A | 51 | 2A |
| Octal | 24 | 301 | 111 | 132 | 0 | 76 | 30 | 212 | 121 | 52 |
| Binary | 10100 | 11000001 | 1001001 | 1011010 | 0 | 111110 | 11000 | 10001010 | 1010001 | 101010 |
Color Harmonies of #14C149
Complementary color
Monochromatic Colors of #14C149
Black with #14C149
Text Example
Text Example
White with #14C149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C149; }
p { color: rgb(20,193,73); }
H1.HeaderClassName
{
color: #14C149;
}
.AnyTagClassName
{
color: #14C149;
}
</style>
background-color css
<style>
a { background-color: #14C149; }
a { background-color: rgb(20,193,73); }
div.DivClassName
{
background-color: #14C149;
}
.BgClassName
{
background-color: #14C149;
}
</style>
border-color css
<style>
span { border-color: #14C149; }
span { border-color: rgb(20,193,73); }
td.TdClassName
{
border-color: #14C149;
}
.TagClassName
{
border-color: #14C149;
}
</style>