Shades of Dark Pastel Green #14B73C
Tints of Dark Pastel Green #14B73C
RGB
CMYK
RGB Variations
Color information
#14B73C (or 0x14B73C) is known color: Dark Pastel Green. HEX triplet: 14, B7 and 3C. RGB value is (20,183,60). Sum of RGB (Red+Green+Blue) = 20+183+60=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 183 (71.88% from 255 or 69.58% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 183 - color contains mainly: green. Hex color #14B73C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B73C is #EB48C3. Grayscale: #787878. Windows color (decimal): -15419588 or 3979028. OLE color: 3979028.
HSL color Cylindrical-coordinate representation of color #14B73C: hue angle of 134.72º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B73C is Cyan = 0.89, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 183 | 60 | - |
| CMYK | 0.89 | 0 | 0.67 | 0.28 |
| HSL | 134.72º | 0.8% | 0.4% | - |
| HSV(B) | 134.72º | 0.89% | 0.72% | - |
| XYZ | 18.04 | 34.34 | 9.95 | - |
| YUV | 120.24 | 94 | 56.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 183 | 60 | 0.89 | 0 | 0.67 | 0.28 | 134.72 | 0.8 | 0.4 |
| Hex | 14 | B7 | 3C | 59 | 0 | 43 | 1C | 87 | 50 | 28 |
| Octal | 24 | 267 | 74 | 131 | 0 | 103 | 34 | 207 | 120 | 50 |
| Binary | 10100 | 10110111 | 111100 | 1011001 | 0 | 1000011 | 11100 | 10000111 | 1010000 | 101000 |
Color Harmonies of #14B73C
Complementary color
Monochromatic Colors of #14B73C
Black with #14B73C
Text Example
Text Example
White with #14B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B73C; }
p { color: rgb(20,183,60); }
H1.HeaderClassName
{
color: #14B73C;
}
.AnyTagClassName
{
color: #14B73C;
}
</style>
background-color css
<style>
a { background-color: #14B73C; }
a { background-color: rgb(20,183,60); }
div.DivClassName
{
background-color: #14B73C;
}
.BgClassName
{
background-color: #14B73C;
}
</style>
border-color css
<style>
span { border-color: #14B73C; }
span { border-color: rgb(20,183,60); }
td.TdClassName
{
border-color: #14B73C;
}
.TagClassName
{
border-color: #14B73C;
}
</style>