Shades of Dark Spring Green #14803F
Tints of Dark Spring Green #14803F
RGB
CMYK
RGB Variations
Color information
#14803F (or 0x14803F) is known color: Dark Spring Green. HEX triplet: 14, 80 and 3F. RGB value is (20,128,63). Sum of RGB (Red+Green+Blue) = 20+128+63=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #14803F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14803F is #EB7FC0. Grayscale: #585858. Windows color (decimal): -15433665 or 4161556. OLE color: 4161556.
HSL color Cylindrical-coordinate representation of color #14803F: hue angle of 143.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14803F is Cyan = 0.84, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 128 | 63 | - |
| CMYK | 0.84 | 0 | 0.51 | 0.50 |
| HSL | 143.89º | 0.73% | 0.29% | - |
| HSV(B) | 143.89º | 0.84% | 0.5% | - |
| XYZ | 8.9 | 15.95 | 7.31 | - |
| YUV | 88.3 | 113.72 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 128 | 63 | 0.84 | 0 | 0.51 | 0.50 | 143.89 | 0.73 | 0.29 |
| Hex | 14 | 80 | 3F | 54 | 0 | 33 | 32 | 90 | 49 | 1D |
| Octal | 24 | 200 | 77 | 124 | 0 | 63 | 62 | 220 | 111 | 35 |
| Binary | 10100 | 10000000 | 111111 | 1010100 | 0 | 110011 | 110010 | 10010000 | 1001001 | 11101 |
Color Harmonies of #14803F
Complementary color
Monochromatic Colors of #14803F
Black with #14803F
Text Example
Text Example
White with #14803F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14803F; }
p { color: rgb(20,128,63); }
H1.HeaderClassName
{
color: #14803F;
}
.AnyTagClassName
{
color: #14803F;
}
</style>
background-color css
<style>
a { background-color: #14803F; }
a { background-color: rgb(20,128,63); }
div.DivClassName
{
background-color: #14803F;
}
.BgClassName
{
background-color: #14803F;
}
</style>
border-color css
<style>
span { border-color: #14803F; }
span { border-color: rgb(20,128,63); }
td.TdClassName
{
border-color: #14803F;
}
.TagClassName
{
border-color: #14803F;
}
</style>