Shades of Fun Green #145740
Tints of Fun Green #145740
RGB
CMYK
RGB Variations
Color information
#145740 (or 0x145740) is known color: Fun Green. HEX triplet: 14, 57 and 40. RGB value is (20,87,64). Sum of RGB (Red+Green+Blue) = 20+87+64=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 87 (34.38% from 255 or 50.88% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 87 - color contains mainly: green. Hex color #145740 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145740 is #EBA8BF. Grayscale: #404040. Windows color (decimal): -15444160 or 4216596. OLE color: 4216596.
HSL color Cylindrical-coordinate representation of color #145740: hue angle of 159.4º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145740 is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 87 | 64 | - |
| CMYK | 0.77 | 0 | 0.26 | 0.66 |
| HSL | 159.4º | 0.63% | 0.21% | - |
| HSV(B) | 159.4º | 0.77% | 0.34% | - |
| XYZ | 4.62 | 7.34 | 6.02 | - |
| YUV | 64.35 | 127.8 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 87 | 64 | 0.77 | 0 | 0.26 | 0.66 | 159.4 | 0.63 | 0.21 |
| Hex | 14 | 57 | 40 | 4D | 0 | 1A | 42 | 9F | 3F | 15 |
| Octal | 24 | 127 | 100 | 115 | 0 | 32 | 102 | 237 | 77 | 25 |
| Binary | 10100 | 1010111 | 1000000 | 1001101 | 0 | 11010 | 1000010 | 10011111 | 111111 | 10101 |
Color Harmonies of #145740
Complementary color
Monochromatic Colors of #145740
Black with #145740
Text Example
Text Example
White with #145740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145740; }
p { color: rgb(20,87,64); }
H1.HeaderClassName
{
color: #145740;
}
.AnyTagClassName
{
color: #145740;
}
</style>
background-color css
<style>
a { background-color: #145740; }
a { background-color: rgb(20,87,64); }
div.DivClassName
{
background-color: #145740;
}
.BgClassName
{
background-color: #145740;
}
</style>
border-color css
<style>
span { border-color: #145740; }
span { border-color: rgb(20,87,64); }
td.TdClassName
{
border-color: #145740;
}
.TagClassName
{
border-color: #145740;
}
</style>