Shades of Dark Pastel Green #14B324
Tints of Dark Pastel Green #14B324
RGB
CMYK
RGB Variations
Color information
#14B324 (or 0x14B324) is known color: Dark Pastel Green. HEX triplet: 14, B3 and 24. RGB value is (20,179,36). Sum of RGB (Red+Green+Blue) = 20+179+36=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 179 (70.31% from 255 or 76.17% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 179 - color contains mainly: green. Hex color #14B324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B324 is #EB4CDB. Grayscale: #737373. Windows color (decimal): -15420636 or 2405140. OLE color: 2405140.
HSL color Cylindrical-coordinate representation of color #14B324: hue angle of 126.04º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B324 is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 179 | 36 | - |
| CMYK | 0.89 | 0 | 0.80 | 0.30 |
| HSL | 126.04º | 0.8% | 0.39% | - |
| HSV(B) | 126.04º | 0.89% | 0.7% | - |
| XYZ | 16.73 | 32.52 | 7.06 | - |
| YUV | 115.16 | 83.32 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 179 | 36 | 0.89 | 0 | 0.80 | 0.30 | 126.04 | 0.8 | 0.39 |
| Hex | 14 | B3 | 24 | 59 | 0 | 50 | 1E | 7E | 50 | 27 |
| Octal | 24 | 263 | 44 | 131 | 0 | 120 | 36 | 176 | 120 | 47 |
| Binary | 10100 | 10110011 | 100100 | 1011001 | 0 | 1010000 | 11110 | 1111110 | 1010000 | 100111 |
Color Harmonies of #14B324
Complementary color
Monochromatic Colors of #14B324
Black with #14B324
Text Example
Text Example
White with #14B324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B324; }
p { color: rgb(20,179,36); }
H1.HeaderClassName
{
color: #14B324;
}
.AnyTagClassName
{
color: #14B324;
}
</style>
background-color css
<style>
a { background-color: #14B324; }
a { background-color: rgb(20,179,36); }
div.DivClassName
{
background-color: #14B324;
}
.BgClassName
{
background-color: #14B324;
}
</style>
border-color css
<style>
span { border-color: #14B324; }
span { border-color: rgb(20,179,36); }
td.TdClassName
{
border-color: #14B324;
}
.TagClassName
{
border-color: #14B324;
}
</style>