Shades of Green #146F0B
Tints of Green #146F0B
RGB
CMYK
RGB Variations
Color information
#146F0B (or 0x146F0B) is known color: Green. HEX triplet: 14, 6F and 0B. RGB value is (20,111,11). Sum of RGB (Red+Green+Blue) = 20+111+11=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 111 (43.75% from 255 or 78.17% from 142); Blue value is 11 (4.69% from 255 or 7.75% from 142); Max value from RGB is 111 - color contains mainly: green. Hex color #146F0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146F0B is #EB90F4. Grayscale: #484848. Windows color (decimal): -15438069 or 749332. OLE color: 749332.
HSL color Cylindrical-coordinate representation of color #146F0B: hue angle of 114.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146F0B is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 111 | 11 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.56 |
| HSL | 114.6º | 0.82% | 0.24% | - |
| HSV(B) | 114.6º | 0.9% | 0.44% | - |
| XYZ | 6.03 | 11.54 | 2.23 | - |
| YUV | 72.39 | 93.35 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 11 | 0.82 | 0 | 0.90 | 0.56 | 114.6 | 0.82 | 0.24 |
| Hex | 14 | 6F | B | 52 | 0 | 5A | 38 | 73 | 52 | 18 |
| Octal | 24 | 157 | 13 | 122 | 0 | 132 | 70 | 163 | 122 | 30 |
| Binary | 10100 | 1101111 | 1011 | 1010010 | 0 | 1011010 | 111000 | 1110011 | 1010010 | 11000 |
Color Harmonies of #146F0B
Complementary color
Monochromatic Colors of #146F0B
Black with #146F0B
Text Example
Text Example
White with #146F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F0B; }
p { color: rgb(20,111,11); }
H1.HeaderClassName
{
color: #146F0B;
}
.AnyTagClassName
{
color: #146F0B;
}
</style>
background-color css
<style>
a { background-color: #146F0B; }
a { background-color: rgb(20,111,11); }
div.DivClassName
{
background-color: #146F0B;
}
.BgClassName
{
background-color: #146F0B;
}
</style>
border-color css
<style>
span { border-color: #146F0B; }
span { border-color: rgb(20,111,11); }
td.TdClassName
{
border-color: #146F0B;
}
.TagClassName
{
border-color: #146F0B;
}
</style>