Shades of Dark Pastel Green #14BA28
Tints of Dark Pastel Green #14BA28
RGB
CMYK
RGB Variations
Color information
#14BA28 (or 0x14BA28) is known color: Dark Pastel Green. HEX triplet: 14, BA and 28. RGB value is (20,186,40). Sum of RGB (Red+Green+Blue) = 20+186+40=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 186 (73.05% from 255 or 75.61% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA28 is #EB45D7. Grayscale: #787878. Windows color (decimal): -15418840 or 2669076. OLE color: 2669076.
HSL color Cylindrical-coordinate representation of color #14BA28: hue angle of 127.23º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BA28 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 40 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.27 |
| HSL | 127.23º | 0.81% | 0.4% | - |
| HSV(B) | 127.23º | 0.89% | 0.73% | - |
| XYZ | 18.23 | 35.42 | 7.88 | - |
| YUV | 119.72 | 83 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 40 | 0.89 | 0 | 0.78 | 0.27 | 127.23 | 0.81 | 0.4 |
| Hex | 14 | BA | 28 | 59 | 0 | 4E | 1B | 7F | 51 | 28 |
| Octal | 24 | 272 | 50 | 131 | 0 | 116 | 33 | 177 | 121 | 50 |
| Binary | 10100 | 10111010 | 101000 | 1011001 | 0 | 1001110 | 11011 | 1111111 | 1010001 | 101000 |
Color Harmonies of #14BA28
Complementary color
Monochromatic Colors of #14BA28
Black with #14BA28
Text Example
Text Example
White with #14BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA28; }
p { color: rgb(20,186,40); }
H1.HeaderClassName
{
color: #14BA28;
}
.AnyTagClassName
{
color: #14BA28;
}
</style>
background-color css
<style>
a { background-color: #14BA28; }
a { background-color: rgb(20,186,40); }
div.DivClassName
{
background-color: #14BA28;
}
.BgClassName
{
background-color: #14BA28;
}
</style>
border-color css
<style>
span { border-color: #14BA28; }
span { border-color: rgb(20,186,40); }
td.TdClassName
{
border-color: #14BA28;
}
.TagClassName
{
border-color: #14BA28;
}
</style>