Shades of Dark Spring Green #146E40
Tints of Dark Spring Green #146E40
RGB
CMYK
RGB Variations
Color information
#146E40 (or 0x146E40) is known color: Dark Spring Green. HEX triplet: 14, 6E and 40. RGB value is (20,110,64). Sum of RGB (Red+Green+Blue) = 20+110+64=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 110 (43.36% from 255 or 56.70% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 110 - color contains mainly: green. Hex color #146E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146E40 is #EB91BF. Grayscale: #4D4D4D. Windows color (decimal): -15438272 or 4222484. OLE color: 4222484.
HSL color Cylindrical-coordinate representation of color #146E40: hue angle of 149.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146E40 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 20 | 110 | 64 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.57 |
| HSL | 149.33º | 0.69% | 0.25% | - |
| HSV(B) | 149.33º | 0.82% | 0.43% | - |
| XYZ | 6.79 | 11.67 | 6.75 | - |
| YUV | 77.85 | 120.18 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 110 | 64 | 0.82 | 0 | 0.42 | 0.57 | 149.33 | 0.69 | 0.25 |
| Hex | 14 | 6E | 40 | 52 | 0 | 2A | 39 | 95 | 45 | 19 |
| Octal | 24 | 156 | 100 | 122 | 0 | 52 | 71 | 225 | 105 | 31 |
| Binary | 10100 | 1101110 | 1000000 | 1010010 | 0 | 101010 | 111001 | 10010101 | 1000101 | 11001 |
Color Harmonies of #146E40
Complementary color
Monochromatic Colors of #146E40
Black with #146E40
Text Example
Text Example
White with #146E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146E40; }
p { color: rgb(20,110,64); }
H1.HeaderClassName
{
color: #146E40;
}
.AnyTagClassName
{
color: #146E40;
}
</style>
background-color css
<style>
a { background-color: #146E40; }
a { background-color: rgb(20,110,64); }
div.DivClassName
{
background-color: #146E40;
}
.BgClassName
{
background-color: #146E40;
}
</style>
border-color css
<style>
span { border-color: #146E40; }
span { border-color: rgb(20,110,64); }
td.TdClassName
{
border-color: #146E40;
}
.TagClassName
{
border-color: #146E40;
}
</style>