Shades of Dark Pastel Green #14C223
Tints of Dark Pastel Green #14C223
RGB
CMYK
RGB Variations
Color information
#14C223 (or 0x14C223) is known color: Dark Pastel Green. HEX triplet: 14, C2 and 23. RGB value is (20,194,35). Sum of RGB (Red+Green+Blue) = 20+194+35=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 194 (76.17% from 255 or 77.91% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 194 - color contains mainly: green. Hex color #14C223 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C223 is #EB3DDC. Grayscale: #7C7C7C. Windows color (decimal): -15416797 or 2343444. OLE color: 2343444.
HSL color Cylindrical-coordinate representation of color #14C223: hue angle of 125.17º 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 #14C223 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 194 | 35 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.24 |
| HSL | 125.17º | 0.81% | 0.42% | - |
| HSV(B) | 125.17º | 0.9% | 0.76% | - |
| XYZ | 19.88 | 38.85 | 8.04 | - |
| YUV | 123.85 | 77.85 | 53.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 35 | 0.90 | 0 | 0.82 | 0.24 | 125.17 | 0.81 | 0.42 |
| Hex | 14 | C2 | 23 | 5A | 0 | 52 | 18 | 7D | 51 | 2A |
| Octal | 24 | 302 | 43 | 132 | 0 | 122 | 30 | 175 | 121 | 52 |
| Binary | 10100 | 11000010 | 100011 | 1011010 | 0 | 1010010 | 11000 | 1111101 | 1010001 | 101010 |
Color Harmonies of #14C223
Complementary color
Monochromatic Colors of #14C223
Black with #14C223
Text Example
Text Example
White with #14C223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C223; }
p { color: rgb(20,194,35); }
H1.HeaderClassName
{
color: #14C223;
}
.AnyTagClassName
{
color: #14C223;
}
</style>
background-color css
<style>
a { background-color: #14C223; }
a { background-color: rgb(20,194,35); }
div.DivClassName
{
background-color: #14C223;
}
.BgClassName
{
background-color: #14C223;
}
</style>
border-color css
<style>
span { border-color: #14C223; }
span { border-color: rgb(20,194,35); }
td.TdClassName
{
border-color: #14C223;
}
.TagClassName
{
border-color: #14C223;
}
</style>