Shades of Dark Spring Green #14714C
Tints of Dark Spring Green #14714C
RGB
CMYK
RGB Variations
Color information
#14714C (or 0x14714C) is known color: Dark Spring Green. HEX triplet: 14, 71 and 4C. RGB value is (20,113,76). Sum of RGB (Red+Green+Blue) = 20+113+76=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #14714C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14714C is #EB8EB3. Grayscale: #515151. Windows color (decimal): -15437492 or 5009684. OLE color: 5009684.
HSL color Cylindrical-coordinate representation of color #14714C: hue angle of 156.13º 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 #14714C is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 76 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.56 |
| HSL | 156.13º | 0.7% | 0.26% | - |
| HSV(B) | 156.13º | 0.82% | 0.44% | - |
| XYZ | 7.5 | 12.48 | 8.85 | - |
| YUV | 80.98 | 125.19 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 76 | 0.82 | 0 | 0.33 | 0.56 | 156.13 | 0.7 | 0.26 |
| Hex | 14 | 71 | 4C | 52 | 0 | 21 | 38 | 9C | 46 | 1A |
| Octal | 24 | 161 | 114 | 122 | 0 | 41 | 70 | 234 | 106 | 32 |
| Binary | 10100 | 1110001 | 1001100 | 1010010 | 0 | 100001 | 111000 | 10011100 | 1000110 | 11010 |
Color Harmonies of #14714C
Complementary color
Monochromatic Colors of #14714C
Black with #14714C
Text Example
Text Example
White with #14714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14714C; }
p { color: rgb(20,113,76); }
H1.HeaderClassName
{
color: #14714C;
}
.AnyTagClassName
{
color: #14714C;
}
</style>
background-color css
<style>
a { background-color: #14714C; }
a { background-color: rgb(20,113,76); }
div.DivClassName
{
background-color: #14714C;
}
.BgClassName
{
background-color: #14714C;
}
</style>
border-color css
<style>
span { border-color: #14714C; }
span { border-color: rgb(20,113,76); }
td.TdClassName
{
border-color: #14714C;
}
.TagClassName
{
border-color: #14714C;
}
</style>