Shades of Dark Pastel Green #14B521
Tints of Dark Pastel Green #14B521
RGB
CMYK
RGB Variations
Color information
#14B521 (or 0x14B521) is known color: Dark Pastel Green. HEX triplet: 14, B5 and 21. RGB value is (20,181,33). Sum of RGB (Red+Green+Blue) = 20+181+33=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 181 (71.09% from 255 or 77.35% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 181 - color contains mainly: green. Hex color #14B521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B521 is #EB4ADE. Grayscale: #747474. Windows color (decimal): -15420127 or 2209044. OLE color: 2209044.
HSL color Cylindrical-coordinate representation of color #14B521: hue angle of 124.84º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B521 is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 20 | 181 | 33 | - |
| CMYK | 0.89 | 0 | 0.82 | 0.29 |
| HSL | 124.84º | 0.8% | 0.39% | - |
| HSV(B) | 124.84º | 0.89% | 0.71% | - |
| XYZ | 17.09 | 33.31 | 6.97 | - |
| YUV | 115.99 | 81.16 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 181 | 33 | 0.89 | 0 | 0.82 | 0.29 | 124.84 | 0.8 | 0.39 |
| Hex | 14 | B5 | 21 | 59 | 0 | 52 | 1D | 7D | 50 | 27 |
| Octal | 24 | 265 | 41 | 131 | 0 | 122 | 35 | 175 | 120 | 47 |
| Binary | 10100 | 10110101 | 100001 | 1011001 | 0 | 1010010 | 11101 | 1111101 | 1010000 | 100111 |
Color Harmonies of #14B521
Complementary color
Monochromatic Colors of #14B521
Black with #14B521
Text Example
Text Example
White with #14B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B521; }
p { color: rgb(20,181,33); }
H1.HeaderClassName
{
color: #14B521;
}
.AnyTagClassName
{
color: #14B521;
}
</style>
background-color css
<style>
a { background-color: #14B521; }
a { background-color: rgb(20,181,33); }
div.DivClassName
{
background-color: #14B521;
}
.BgClassName
{
background-color: #14B521;
}
</style>
border-color css
<style>
span { border-color: #14B521; }
span { border-color: rgb(20,181,33); }
td.TdClassName
{
border-color: #14B521;
}
.TagClassName
{
border-color: #14B521;
}
</style>