Shades of Dark Spring Green #14863B
Tints of Dark Spring Green #14863B
RGB
CMYK
RGB Variations
Color information
#14863B (or 0x14863B) is known color: Dark Spring Green. HEX triplet: 14, 86 and 3B. RGB value is (20,134,59). Sum of RGB (Red+Green+Blue) = 20+134+59=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 134 (52.73% from 255 or 62.91% from 213); Blue value is 59 (23.44% from 255 or 27.70% from 213); Max value from RGB is 134 - color contains mainly: green. Hex color #14863B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14863B is #EB79C4. Grayscale: #5B5B5B. Windows color (decimal): -15432133 or 3900948. OLE color: 3900948.
HSL color Cylindrical-coordinate representation of color #14863B: hue angle of 140.53º 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 #14863B is Cyan = 0.85, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 134 | 59 | - |
| CMYK | 0.85 | 0 | 0.56 | 0.47 |
| HSL | 140.53º | 0.74% | 0.3% | - |
| HSV(B) | 140.53º | 0.85% | 0.53% | - |
| XYZ | 9.6 | 17.51 | 7.01 | - |
| YUV | 91.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 134 | 59 | 0.85 | 0 | 0.56 | 0.47 | 140.53 | 0.74 | 0.3 |
| Hex | 14 | 86 | 3B | 55 | 0 | 38 | 2F | 8D | 4A | 1E |
| Octal | 24 | 206 | 73 | 125 | 0 | 70 | 57 | 215 | 112 | 36 |
| Binary | 10100 | 10000110 | 111011 | 1010101 | 0 | 111000 | 101111 | 10001101 | 1001010 | 11110 |
Color Harmonies of #14863B
Complementary color
Monochromatic Colors of #14863B
Black with #14863B
Text Example
Text Example
White with #14863B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14863B; }
p { color: rgb(20,134,59); }
H1.HeaderClassName
{
color: #14863B;
}
.AnyTagClassName
{
color: #14863B;
}
</style>
background-color css
<style>
a { background-color: #14863B; }
a { background-color: rgb(20,134,59); }
div.DivClassName
{
background-color: #14863B;
}
.BgClassName
{
background-color: #14863B;
}
</style>
border-color css
<style>
span { border-color: #14863B; }
span { border-color: rgb(20,134,59); }
td.TdClassName
{
border-color: #14863B;
}
.TagClassName
{
border-color: #14863B;
}
</style>