Shades of Fun Green #146140
Tints of Fun Green #146140
RGB
CMYK
RGB Variations
Color information
#146140 (or 0x146140) is known color: Fun Green. HEX triplet: 14, 61 and 40. RGB value is (20,97,64). Sum of RGB (Red+Green+Blue) = 20+97+64=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 97 (38.28% from 255 or 53.59% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 97 - color contains mainly: green. Hex color #146140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146140 is #EB9EBF. Grayscale: #464646. Windows color (decimal): -15441600 or 4219156. OLE color: 4219156.
HSL color Cylindrical-coordinate representation of color #146140: hue angle of 154.29º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146140 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 64 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.62 |
| HSL | 154.29º | 0.66% | 0.23% | - |
| HSV(B) | 154.29º | 0.79% | 0.38% | - |
| XYZ | 5.49 | 9.07 | 6.31 | - |
| YUV | 70.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 64 | 0.79 | 0 | 0.34 | 0.62 | 154.29 | 0.66 | 0.23 |
| Hex | 14 | 61 | 40 | 4F | 0 | 22 | 3E | 9A | 42 | 17 |
| Octal | 24 | 141 | 100 | 117 | 0 | 42 | 76 | 232 | 102 | 27 |
| Binary | 10100 | 1100001 | 1000000 | 1001111 | 0 | 100010 | 111110 | 10011010 | 1000010 | 10111 |
Color Harmonies of #146140
Complementary color
Monochromatic Colors of #146140
Black with #146140
Text Example
Text Example
White with #146140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146140; }
p { color: rgb(20,97,64); }
H1.HeaderClassName
{
color: #146140;
}
.AnyTagClassName
{
color: #146140;
}
</style>
background-color css
<style>
a { background-color: #146140; }
a { background-color: rgb(20,97,64); }
div.DivClassName
{
background-color: #146140;
}
.BgClassName
{
background-color: #146140;
}
</style>
border-color css
<style>
span { border-color: #146140; }
span { border-color: rgb(20,97,64); }
td.TdClassName
{
border-color: #146140;
}
.TagClassName
{
border-color: #146140;
}
</style>