Shades of Dark Spring Green #146F46
Tints of Dark Spring Green #146F46
RGB
CMYK
RGB Variations
Color information
#146F46 (or 0x146F46) is known color: Dark Spring Green. HEX triplet: 14, 6F and 46. RGB value is (20,111,70). Sum of RGB (Red+Green+Blue) = 20+111+70=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 111 (43.75% from 255 or 55.22% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 111 - color contains mainly: green. Hex color #146F46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146F46 is #EB90B9. Grayscale: #4F4F4F. Windows color (decimal): -15438010 or 4615956. OLE color: 4615956.
HSL color Cylindrical-coordinate representation of color #146F46: hue angle of 152.97º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146F46 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 111 | 70 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.56 |
| HSL | 152.97º | 0.69% | 0.26% | - |
| HSV(B) | 152.97º | 0.82% | 0.44% | - |
| XYZ | 7.08 | 11.96 | 7.73 | - |
| YUV | 79.12 | 122.85 | 85.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 70 | 0.82 | 0 | 0.37 | 0.56 | 152.97 | 0.69 | 0.26 |
| Hex | 14 | 6F | 46 | 52 | 0 | 25 | 38 | 99 | 45 | 1A |
| Octal | 24 | 157 | 106 | 122 | 0 | 45 | 70 | 231 | 105 | 32 |
| Binary | 10100 | 1101111 | 1000110 | 1010010 | 0 | 100101 | 111000 | 10011001 | 1000101 | 11010 |
Color Harmonies of #146F46
Complementary color
Monochromatic Colors of #146F46
Black with #146F46
Text Example
Text Example
White with #146F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F46; }
p { color: rgb(20,111,70); }
H1.HeaderClassName
{
color: #146F46;
}
.AnyTagClassName
{
color: #146F46;
}
</style>
background-color css
<style>
a { background-color: #146F46; }
a { background-color: rgb(20,111,70); }
div.DivClassName
{
background-color: #146F46;
}
.BgClassName
{
background-color: #146F46;
}
</style>
border-color css
<style>
span { border-color: #146F46; }
span { border-color: rgb(20,111,70); }
td.TdClassName
{
border-color: #146F46;
}
.TagClassName
{
border-color: #146F46;
}
</style>