Shades of Dark Pastel Green #14CE3B
Tints of Dark Pastel Green #14CE3B
RGB
CMYK
RGB Variations
Color information
#14CE3B (or 0x14CE3B) is known color: Dark Pastel Green. HEX triplet: 14, CE and 3B. RGB value is (20,206,59). Sum of RGB (Red+Green+Blue) = 20+206+59=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 206 (80.86% from 255 or 72.28% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 206 - color contains mainly: green. Hex color #14CE3B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CE3B is #EB31C4. Grayscale: #868686. Windows color (decimal): -15413701 or 3919380. OLE color: 3919380.
HSL color Cylindrical-coordinate representation of color #14CE3B: hue angle of 132.58º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CE3B is Cyan = 0.90, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 20 | 206 | 59 | - |
| CMYK | 0.90 | 0 | 0.71 | 0.19 |
| HSL | 132.58º | 0.82% | 0.44% | - |
| HSV(B) | 132.58º | 0.9% | 0.81% | - |
| XYZ | 23.15 | 44.61 | 11.53 | - |
| YUV | 133.63 | 85.88 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 206 | 59 | 0.90 | 0 | 0.71 | 0.19 | 132.58 | 0.82 | 0.44 |
| Hex | 14 | CE | 3B | 5A | 0 | 47 | 13 | 85 | 52 | 2C |
| Octal | 24 | 316 | 73 | 132 | 0 | 107 | 23 | 205 | 122 | 54 |
| Binary | 10100 | 11001110 | 111011 | 1011010 | 0 | 1000111 | 10011 | 10000101 | 1010010 | 101100 |
Color Harmonies of #14CE3B
Complementary color
Monochromatic Colors of #14CE3B
Black with #14CE3B
Text Example
Text Example
White with #14CE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CE3B; }
p { color: rgb(20,206,59); }
H1.HeaderClassName
{
color: #14CE3B;
}
.AnyTagClassName
{
color: #14CE3B;
}
</style>
background-color css
<style>
a { background-color: #14CE3B; }
a { background-color: rgb(20,206,59); }
div.DivClassName
{
background-color: #14CE3B;
}
.BgClassName
{
background-color: #14CE3B;
}
</style>
border-color css
<style>
span { border-color: #14CE3B; }
span { border-color: rgb(20,206,59); }
td.TdClassName
{
border-color: #14CE3B;
}
.TagClassName
{
border-color: #14CE3B;
}
</style>