Shades of Dark Pastel Green #14BC30
Tints of Dark Pastel Green #14BC30
RGB
CMYK
RGB Variations
Color information
#14BC30 (or 0x14BC30) is known color: Dark Pastel Green. HEX triplet: 14, BC and 30. RGB value is (20,188,48). Sum of RGB (Red+Green+Blue) = 20+188+48=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 188 (73.83% from 255 or 73.44% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC30 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BC30 is #EB43CF. Grayscale: #7A7A7A. Windows color (decimal): -15418320 or 3193876. OLE color: 3193876.
HSL color Cylindrical-coordinate representation of color #14BC30: hue angle of 130º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BC30 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 188 | 48 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.26 |
| HSL | 130º | 0.81% | 0.41% | - |
| HSV(B) | 130º | 0.89% | 0.74% | - |
| XYZ | 18.81 | 36.33 | 8.82 | - |
| YUV | 121.81 | 86.34 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 188 | 48 | 0.89 | 0 | 0.74 | 0.26 | 130 | 0.81 | 0.41 |
| Hex | 14 | BC | 30 | 59 | 0 | 4A | 1A | 82 | 51 | 29 |
| Octal | 24 | 274 | 60 | 131 | 0 | 112 | 32 | 202 | 121 | 51 |
| Binary | 10100 | 10111100 | 110000 | 1011001 | 0 | 1001010 | 11010 | 10000010 | 1010001 | 101001 |
Color Harmonies of #14BC30
Complementary color
Monochromatic Colors of #14BC30
Black with #14BC30
Text Example
Text Example
White with #14BC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BC30; }
p { color: rgb(20,188,48); }
H1.HeaderClassName
{
color: #14BC30;
}
.AnyTagClassName
{
color: #14BC30;
}
</style>
background-color css
<style>
a { background-color: #14BC30; }
a { background-color: rgb(20,188,48); }
div.DivClassName
{
background-color: #14BC30;
}
.BgClassName
{
background-color: #14BC30;
}
</style>
border-color css
<style>
span { border-color: #14BC30; }
span { border-color: rgb(20,188,48); }
td.TdClassName
{
border-color: #14BC30;
}
.TagClassName
{
border-color: #14BC30;
}
</style>