Shades of Dark Spring Green #14714A
Tints of Dark Spring Green #14714A
RGB
CMYK
RGB Variations
Color information
#14714A (or 0x14714A) is known color: Dark Spring Green. HEX triplet: 14, 71 and 4A. RGB value is (20,113,74). Sum of RGB (Red+Green+Blue) = 20+113+74=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #14714A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14714A is #EB8EB5. Grayscale: #505050. Windows color (decimal): -15437494 or 4878612. OLE color: 4878612.
HSL color Cylindrical-coordinate representation of color #14714A: hue angle of 154.84º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14714A is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 74 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.56 |
| HSL | 154.84º | 0.7% | 0.26% | - |
| HSV(B) | 154.84º | 0.82% | 0.44% | - |
| XYZ | 7.43 | 12.45 | 8.49 | - |
| YUV | 80.75 | 124.19 | 84.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 74 | 0.82 | 0 | 0.35 | 0.56 | 154.84 | 0.7 | 0.26 |
| Hex | 14 | 71 | 4A | 52 | 0 | 23 | 38 | 9B | 46 | 1A |
| Octal | 24 | 161 | 112 | 122 | 0 | 43 | 70 | 233 | 106 | 32 |
| Binary | 10100 | 1110001 | 1001010 | 1010010 | 0 | 100011 | 111000 | 10011011 | 1000110 | 11010 |
Color Harmonies of #14714A
Complementary color
Monochromatic Colors of #14714A
Black with #14714A
Text Example
Text Example
White with #14714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14714A; }
p { color: rgb(20,113,74); }
H1.HeaderClassName
{
color: #14714A;
}
.AnyTagClassName
{
color: #14714A;
}
</style>
background-color css
<style>
a { background-color: #14714A; }
a { background-color: rgb(20,113,74); }
div.DivClassName
{
background-color: #14714A;
}
.BgClassName
{
background-color: #14714A;
}
</style>
border-color css
<style>
span { border-color: #14714A; }
span { border-color: rgb(20,113,74); }
td.TdClassName
{
border-color: #14714A;
}
.TagClassName
{
border-color: #14714A;
}
</style>