Shades of Dark Pastel Green #14C335
Tints of Dark Pastel Green #14C335
RGB
CMYK
RGB Variations
Color information
#14C335 (or 0x14C335) is known color: Dark Pastel Green. HEX triplet: 14, C3 and 35. RGB value is (20,195,53). Sum of RGB (Red+Green+Blue) = 20+195+53=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 195 (76.56% from 255 or 72.76% from 268); Blue value is 53 (21.09% from 255 or 19.78% from 268); Max value from RGB is 195 - color contains mainly: green. Hex color #14C335 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C335 is #EB3CCA. Grayscale: #7E7E7E. Windows color (decimal): -15416523 or 3523348. OLE color: 3523348.
HSL color Cylindrical-coordinate representation of color #14C335: hue angle of 131.31º 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 #14C335 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 195 | 53 | - |
| CMYK | 0.90 | 0 | 0.73 | 0.24 |
| HSL | 131.31º | 0.81% | 0.42% | - |
| HSV(B) | 131.31º | 0.9% | 0.76% | - |
| XYZ | 20.45 | 39.44 | 9.9 | - |
| YUV | 126.49 | 86.52 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 195 | 53 | 0.90 | 0 | 0.73 | 0.24 | 131.31 | 0.81 | 0.42 |
| Hex | 14 | C3 | 35 | 5A | 0 | 49 | 18 | 83 | 51 | 2A |
| Octal | 24 | 303 | 65 | 132 | 0 | 111 | 30 | 203 | 121 | 52 |
| Binary | 10100 | 11000011 | 110101 | 1011010 | 0 | 1001001 | 11000 | 10000011 | 1010001 | 101010 |
Color Harmonies of #14C335
Complementary color
Monochromatic Colors of #14C335
Black with #14C335
Text Example
Text Example
White with #14C335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C335; }
p { color: rgb(20,195,53); }
H1.HeaderClassName
{
color: #14C335;
}
.AnyTagClassName
{
color: #14C335;
}
</style>
background-color css
<style>
a { background-color: #14C335; }
a { background-color: rgb(20,195,53); }
div.DivClassName
{
background-color: #14C335;
}
.BgClassName
{
background-color: #14C335;
}
</style>
border-color css
<style>
span { border-color: #14C335; }
span { border-color: rgb(20,195,53); }
td.TdClassName
{
border-color: #14C335;
}
.TagClassName
{
border-color: #14C335;
}
</style>