Shades of Dark Pastel Green #14BB3C
Tints of Dark Pastel Green #14BB3C
RGB
CMYK
RGB Variations
Color information
#14BB3C (or 0x14BB3C) is known color: Dark Pastel Green. HEX triplet: 14, BB and 3C. RGB value is (20,187,60). Sum of RGB (Red+Green+Blue) = 20+187+60=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 187 (73.44% from 255 or 70.04% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BB3C is #EB44C3. Grayscale: #7A7A7A. Windows color (decimal): -15418564 or 3980052. OLE color: 3980052.
HSL color Cylindrical-coordinate representation of color #14BB3C: hue angle of 134.37º 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 #14BB3C is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 187 | 60 | - |
| CMYK | 0.89 | 0 | 0.68 | 0.27 |
| HSL | 134.37º | 0.81% | 0.41% | - |
| HSV(B) | 134.37º | 0.89% | 0.73% | - |
| XYZ | 18.87 | 36.02 | 10.23 | - |
| YUV | 122.59 | 92.67 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 187 | 60 | 0.89 | 0 | 0.68 | 0.27 | 134.37 | 0.81 | 0.41 |
| Hex | 14 | BB | 3C | 59 | 0 | 44 | 1B | 86 | 51 | 29 |
| Octal | 24 | 273 | 74 | 131 | 0 | 104 | 33 | 206 | 121 | 51 |
| Binary | 10100 | 10111011 | 111100 | 1011001 | 0 | 1000100 | 11011 | 10000110 | 1010001 | 101001 |
Color Harmonies of #14BB3C
Complementary color
Monochromatic Colors of #14BB3C
Black with #14BB3C
Text Example
Text Example
White with #14BB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BB3C; }
p { color: rgb(20,187,60); }
H1.HeaderClassName
{
color: #14BB3C;
}
.AnyTagClassName
{
color: #14BB3C;
}
</style>
background-color css
<style>
a { background-color: #14BB3C; }
a { background-color: rgb(20,187,60); }
div.DivClassName
{
background-color: #14BB3C;
}
.BgClassName
{
background-color: #14BB3C;
}
</style>
border-color css
<style>
span { border-color: #14BB3C; }
span { border-color: rgb(20,187,60); }
td.TdClassName
{
border-color: #14BB3C;
}
.TagClassName
{
border-color: #14BB3C;
}
</style>