Shades of Dark Spring Green #14863A
Tints of Dark Spring Green #14863A
RGB
CMYK
RGB Variations
Color information
#14863A (or 0x14863A) is known color: Dark Spring Green. HEX triplet: 14, 86 and 3A. RGB value is (20,134,58). Sum of RGB (Red+Green+Blue) = 20+134+58=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #14863A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14863A is #EB79C5. Grayscale: #5B5B5B. Windows color (decimal): -15432134 or 3835412. OLE color: 3835412.
HSL color Cylindrical-coordinate representation of color #14863A: hue angle of 140º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14863A is Cyan = 0.85, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 58 | - |
| CMYK | 0.85 | 0 | 0.57 | 0.47 |
| HSL | 140º | 0.74% | 0.3% | - |
| HSV(B) | 140º | 0.85% | 0.53% | - |
| XYZ | 9.58 | 17.5 | 6.88 | - |
| YUV | 91.25 | 109.23 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 58 | 0.85 | 0 | 0.57 | 0.47 | 140 | 0.74 | 0.3 |
| Hex | 14 | 86 | 3A | 55 | 0 | 39 | 2F | 8C | 4A | 1E |
| Octal | 24 | 206 | 72 | 125 | 0 | 71 | 57 | 214 | 112 | 36 |
| Binary | 10100 | 10000110 | 111010 | 1010101 | 0 | 111001 | 101111 | 10001100 | 1001010 | 11110 |
Color Harmonies of #14863A
Complementary color
Monochromatic Colors of #14863A
Black with #14863A
Text Example
Text Example
White with #14863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14863A; }
p { color: rgb(20,134,58); }
H1.HeaderClassName
{
color: #14863A;
}
.AnyTagClassName
{
color: #14863A;
}
</style>
background-color css
<style>
a { background-color: #14863A; }
a { background-color: rgb(20,134,58); }
div.DivClassName
{
background-color: #14863A;
}
.BgClassName
{
background-color: #14863A;
}
</style>
border-color css
<style>
span { border-color: #14863A; }
span { border-color: rgb(20,134,58); }
td.TdClassName
{
border-color: #14863A;
}
.TagClassName
{
border-color: #14863A;
}
</style>