Shades of Dark Pastel Green #14CB43
Tints of Dark Pastel Green #14CB43
RGB
CMYK
RGB Variations
Color information
#14CB43 (or 0x14CB43) is known color: Dark Pastel Green. HEX triplet: 14, CB and 43. RGB value is (20,203,67). Sum of RGB (Red+Green+Blue) = 20+203+67=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 203 (79.69% from 255 or 70% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14CB43 is #EB34BC. Grayscale: #858585. Windows color (decimal): -15414461 or 4442900. OLE color: 4442900.
HSL color Cylindrical-coordinate representation of color #14CB43: hue angle of 135.41º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CB43 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 20 | 203 | 67 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.20 |
| HSL | 135.41º | 0.82% | 0.44% | - |
| HSV(B) | 135.41º | 0.9% | 0.8% | - |
| XYZ | 22.66 | 43.27 | 12.47 | - |
| YUV | 132.78 | 90.87 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 67 | 0.90 | 0 | 0.67 | 0.20 | 135.41 | 0.82 | 0.44 |
| Hex | 14 | CB | 43 | 5A | 0 | 43 | 14 | 87 | 52 | 2C |
| Octal | 24 | 313 | 103 | 132 | 0 | 103 | 24 | 207 | 122 | 54 |
| Binary | 10100 | 11001011 | 1000011 | 1011010 | 0 | 1000011 | 10100 | 10000111 | 1010010 | 101100 |
Color Harmonies of #14CB43
Complementary color
Monochromatic Colors of #14CB43
Black with #14CB43
Text Example
Text Example
White with #14CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CB43; }
p { color: rgb(20,203,67); }
H1.HeaderClassName
{
color: #14CB43;
}
.AnyTagClassName
{
color: #14CB43;
}
</style>
background-color css
<style>
a { background-color: #14CB43; }
a { background-color: rgb(20,203,67); }
div.DivClassName
{
background-color: #14CB43;
}
.BgClassName
{
background-color: #14CB43;
}
</style>
border-color css
<style>
span { border-color: #14CB43; }
span { border-color: rgb(20,203,67); }
td.TdClassName
{
border-color: #14CB43;
}
.TagClassName
{
border-color: #14CB43;
}
</style>