Shades of Green #146F0F
Tints of Green #146F0F
RGB
CMYK
RGB Variations
Color information
#146F0F (or 0x146F0F) is known color: Green. HEX triplet: 14, 6F and 0F. RGB value is (20,111,15). Sum of RGB (Red+Green+Blue) = 20+111+15=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 111 (43.75% from 255 or 76.03% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 111 - color contains mainly: green. Hex color #146F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146F0F is #EB90F0. Grayscale: #494949. Windows color (decimal): -15438065 or 1011476. OLE color: 1011476.
HSL color Cylindrical-coordinate representation of color #146F0F: hue angle of 116.88º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146F0F is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 111 | 15 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.56 |
| HSL | 116.88º | 0.76% | 0.25% | - |
| HSV(B) | 116.88º | 0.86% | 0.44% | - |
| XYZ | 6.06 | 11.55 | 2.36 | - |
| YUV | 72.85 | 95.35 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 15 | 0.82 | 0 | 0.86 | 0.56 | 116.88 | 0.76 | 0.25 |
| Hex | 14 | 6F | F | 52 | 0 | 56 | 38 | 75 | 4C | 19 |
| Octal | 24 | 157 | 17 | 122 | 0 | 126 | 70 | 165 | 114 | 31 |
| Binary | 10100 | 1101111 | 1111 | 1010010 | 0 | 1010110 | 111000 | 1110101 | 1001100 | 11001 |
Color Harmonies of #146F0F
Complementary color
Monochromatic Colors of #146F0F
Black with #146F0F
Text Example
Text Example
White with #146F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F0F; }
p { color: rgb(20,111,15); }
H1.HeaderClassName
{
color: #146F0F;
}
.AnyTagClassName
{
color: #146F0F;
}
</style>
background-color css
<style>
a { background-color: #146F0F; }
a { background-color: rgb(20,111,15); }
div.DivClassName
{
background-color: #146F0F;
}
.BgClassName
{
background-color: #146F0F;
}
</style>
border-color css
<style>
span { border-color: #146F0F; }
span { border-color: rgb(20,111,15); }
td.TdClassName
{
border-color: #146F0F;
}
.TagClassName
{
border-color: #146F0F;
}
</style>