Shades of Dark Pastel Green #14B833
Tints of Dark Pastel Green #14B833
RGB
CMYK
RGB Variations
Color information
#14B833 (or 0x14B833) is known color: Dark Pastel Green. HEX triplet: 14, B8 and 33. RGB value is (20,184,51). Sum of RGB (Red+Green+Blue) = 20+184+51=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 184 (72.27% from 255 or 72.16% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 184 - color contains mainly: green. Hex color #14B833 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B833 is #EB47CC. Grayscale: #787878. Windows color (decimal): -15419341 or 3389460. OLE color: 3389460.
HSL color Cylindrical-coordinate representation of color #14B833: hue angle of 131.34º 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 #14B833 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 184 | 51 | - |
| CMYK | 0.89 | 0 | 0.72 | 0.28 |
| HSL | 131.34º | 0.8% | 0.4% | - |
| HSV(B) | 131.34º | 0.89% | 0.72% | - |
| XYZ | 18.03 | 34.67 | 8.87 | - |
| YUV | 119.8 | 89.17 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 184 | 51 | 0.89 | 0 | 0.72 | 0.28 | 131.34 | 0.8 | 0.4 |
| Hex | 14 | B8 | 33 | 59 | 0 | 48 | 1C | 83 | 50 | 28 |
| Octal | 24 | 270 | 63 | 131 | 0 | 110 | 34 | 203 | 120 | 50 |
| Binary | 10100 | 10111000 | 110011 | 1011001 | 0 | 1001000 | 11100 | 10000011 | 1010000 | 101000 |
Color Harmonies of #14B833
Complementary color
Monochromatic Colors of #14B833
Black with #14B833
Text Example
Text Example
White with #14B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B833; }
p { color: rgb(20,184,51); }
H1.HeaderClassName
{
color: #14B833;
}
.AnyTagClassName
{
color: #14B833;
}
</style>
background-color css
<style>
a { background-color: #14B833; }
a { background-color: rgb(20,184,51); }
div.DivClassName
{
background-color: #14B833;
}
.BgClassName
{
background-color: #14B833;
}
</style>
border-color css
<style>
span { border-color: #14B833; }
span { border-color: rgb(20,184,51); }
td.TdClassName
{
border-color: #14B833;
}
.TagClassName
{
border-color: #14B833;
}
</style>