Shades of Dark Spring Green #14823C
Tints of Dark Spring Green #14823C
RGB
CMYK
RGB Variations
Color information
#14823C (or 0x14823C) is known color: Dark Spring Green. HEX triplet: 14, 82 and 3C. RGB value is (20,130,60). Sum of RGB (Red+Green+Blue) = 20+130+60=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #14823C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14823C is #EB7DC3. Grayscale: #595959. Windows color (decimal): -15433156 or 3965460. OLE color: 3965460.
HSL color Cylindrical-coordinate representation of color #14823C: hue angle of 141.82º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14823C is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 20 | 130 | 60 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.49 |
| HSL | 141.82º | 0.73% | 0.29% | - |
| HSV(B) | 141.82º | 0.85% | 0.51% | - |
| XYZ | 9.09 | 16.44 | 6.97 | - |
| YUV | 89.13 | 111.56 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 130 | 60 | 0.85 | 0 | 0.54 | 0.49 | 141.82 | 0.73 | 0.29 |
| Hex | 14 | 82 | 3C | 55 | 0 | 36 | 31 | 8E | 49 | 1D |
| Octal | 24 | 202 | 74 | 125 | 0 | 66 | 61 | 216 | 111 | 35 |
| Binary | 10100 | 10000010 | 111100 | 1010101 | 0 | 110110 | 110001 | 10001110 | 1001001 | 11101 |
Color Harmonies of #14823C
Complementary color
Monochromatic Colors of #14823C
Black with #14823C
Text Example
Text Example
White with #14823C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14823C; }
p { color: rgb(20,130,60); }
H1.HeaderClassName
{
color: #14823C;
}
.AnyTagClassName
{
color: #14823C;
}
</style>
background-color css
<style>
a { background-color: #14823C; }
a { background-color: rgb(20,130,60); }
div.DivClassName
{
background-color: #14823C;
}
.BgClassName
{
background-color: #14823C;
}
</style>
border-color css
<style>
span { border-color: #14823C; }
span { border-color: rgb(20,130,60); }
td.TdClassName
{
border-color: #14823C;
}
.TagClassName
{
border-color: #14823C;
}
</style>