Shades of Dark Spring Green #14833E
Tints of Dark Spring Green #14833E
RGB
CMYK
RGB Variations
Color information
#14833E (or 0x14833E) is known color: Dark Spring Green. HEX triplet: 14, 83 and 3E. RGB value is (20,131,62). Sum of RGB (Red+Green+Blue) = 20+131+62=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #14833E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14833E is #EB7CC1. Grayscale: #5A5A5A. Windows color (decimal): -15432898 or 4096788. OLE color: 4096788.
HSL color Cylindrical-coordinate representation of color #14833E: hue angle of 142.7º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14833E is Cyan = 0.85, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 131 | 62 | - |
| CMYK | 0.85 | 0 | 0.53 | 0.49 |
| HSL | 142.7º | 0.74% | 0.3% | - |
| HSV(B) | 142.7º | 0.85% | 0.51% | - |
| XYZ | 9.27 | 16.73 | 7.3 | - |
| YUV | 89.95 | 112.23 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 131 | 62 | 0.85 | 0 | 0.53 | 0.49 | 142.7 | 0.74 | 0.3 |
| Hex | 14 | 83 | 3E | 55 | 0 | 35 | 31 | 8F | 4A | 1E |
| Octal | 24 | 203 | 76 | 125 | 0 | 65 | 61 | 217 | 112 | 36 |
| Binary | 10100 | 10000011 | 111110 | 1010101 | 0 | 110101 | 110001 | 10001111 | 1001010 | 11110 |
Color Harmonies of #14833E
Complementary color
Monochromatic Colors of #14833E
Black with #14833E
Text Example
Text Example
White with #14833E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14833E; }
p { color: rgb(20,131,62); }
H1.HeaderClassName
{
color: #14833E;
}
.AnyTagClassName
{
color: #14833E;
}
</style>
background-color css
<style>
a { background-color: #14833E; }
a { background-color: rgb(20,131,62); }
div.DivClassName
{
background-color: #14833E;
}
.BgClassName
{
background-color: #14833E;
}
</style>
border-color css
<style>
span { border-color: #14833E; }
span { border-color: rgb(20,131,62); }
td.TdClassName
{
border-color: #14833E;
}
.TagClassName
{
border-color: #14833E;
}
</style>