Shades of Dark Pastel Green #14BB43
Tints of Dark Pastel Green #14BB43
RGB
CMYK
RGB Variations
Color information
#14BB43 (or 0x14BB43) is known color: Dark Pastel Green. HEX triplet: 14, BB and 43. RGB value is (20,187,67). Sum of RGB (Red+Green+Blue) = 20+187+67=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 187 (73.44% from 255 or 68.25% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BB43 is #EB44BC. Grayscale: #7B7B7B. Windows color (decimal): -15418557 or 4438804. OLE color: 4438804.
HSL color Cylindrical-coordinate representation of color #14BB43: hue angle of 136.89º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BB43 is Cyan = 0.89, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 67 | - |
| CMYK | 0.89 | 0 | 0.64 | 0.27 |
| HSL | 136.89º | 0.81% | 0.41% | - |
| HSV(B) | 136.89º | 0.89% | 0.73% | - |
| XYZ | 19.07 | 36.09 | 11.27 | - |
| YUV | 123.39 | 96.17 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 67 | 0.89 | 0 | 0.64 | 0.27 | 136.89 | 0.81 | 0.41 |
| Hex | 14 | BB | 43 | 59 | 0 | 40 | 1B | 89 | 51 | 29 |
| Octal | 24 | 273 | 103 | 131 | 0 | 100 | 33 | 211 | 121 | 51 |
| Binary | 10100 | 10111011 | 1000011 | 1011001 | 0 | 1000000 | 11011 | 10001001 | 1010001 | 101001 |
Color Harmonies of #14BB43
Complementary color
Monochromatic Colors of #14BB43
Black with #14BB43
Text Example
Text Example
White with #14BB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB43; }
p { color: rgb(20,187,67); }
H1.HeaderClassName
{
color: #14BB43;
}
.AnyTagClassName
{
color: #14BB43;
}
</style>
background-color css
<style>
a { background-color: #14BB43; }
a { background-color: rgb(20,187,67); }
div.DivClassName
{
background-color: #14BB43;
}
.BgClassName
{
background-color: #14BB43;
}
</style>
border-color css
<style>
span { border-color: #14BB43; }
span { border-color: rgb(20,187,67); }
td.TdClassName
{
border-color: #14BB43;
}
.TagClassName
{
border-color: #14BB43;
}
</style>