Shades of Dark Pastel Green #14C24B
Tints of Dark Pastel Green #14C24B
RGB
CMYK
RGB Variations
Color information
#14C24B (or 0x14C24B) is known color: Dark Pastel Green. HEX triplet: 14, C2 and 4B. RGB value is (20,194,75). Sum of RGB (Red+Green+Blue) = 20+194+75=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 194 (76.17% from 255 or 67.13% from 289); Blue value is 75 (29.69% from 255 or 25.95% from 289); Max value from RGB is 194 - color contains mainly: green. Hex color #14C24B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C24B is #EB3DB4. Grayscale: #808080. Windows color (decimal): -15416757 or 4964884. OLE color: 4964884.
HSL color Cylindrical-coordinate representation of color #14C24B: hue angle of 138.97º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C24B is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 194 | 75 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.24 |
| HSL | 138.97º | 0.81% | 0.42% | - |
| HSV(B) | 138.97º | 0.9% | 0.76% | - |
| XYZ | 20.85 | 39.24 | 13.13 | - |
| YUV | 128.41 | 97.85 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 194 | 75 | 0.90 | 0 | 0.61 | 0.24 | 138.97 | 0.81 | 0.42 |
| Hex | 14 | C2 | 4B | 5A | 0 | 3D | 18 | 8B | 51 | 2A |
| Octal | 24 | 302 | 113 | 132 | 0 | 75 | 30 | 213 | 121 | 52 |
| Binary | 10100 | 11000010 | 1001011 | 1011010 | 0 | 111101 | 11000 | 10001011 | 1010001 | 101010 |
Color Harmonies of #14C24B
Complementary color
Monochromatic Colors of #14C24B
Black with #14C24B
Text Example
Text Example
White with #14C24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C24B; }
p { color: rgb(20,194,75); }
H1.HeaderClassName
{
color: #14C24B;
}
.AnyTagClassName
{
color: #14C24B;
}
</style>
background-color css
<style>
a { background-color: #14C24B; }
a { background-color: rgb(20,194,75); }
div.DivClassName
{
background-color: #14C24B;
}
.BgClassName
{
background-color: #14C24B;
}
</style>
border-color css
<style>
span { border-color: #14C24B; }
span { border-color: rgb(20,194,75); }
td.TdClassName
{
border-color: #14C24B;
}
.TagClassName
{
border-color: #14C24B;
}
</style>