Shades of Green #146F10
Tints of Green #146F10
RGB
CMYK
RGB Variations
Color information
#146F10 (or 0x146F10) is known color: Green. HEX triplet: 14, 6F and 10. RGB value is (20,111,16). Sum of RGB (Red+Green+Blue) = 20+111+16=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 111 (43.75% from 255 or 75.51% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 111 - color contains mainly: green. Hex color #146F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146F10 is #EB90EF. Grayscale: #494949. Windows color (decimal): -15438064 or 1077012. OLE color: 1077012.
HSL color Cylindrical-coordinate representation of color #146F10: hue angle of 117.47º degrees, saturation: 0.75, 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 #146F10 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 111 | 16 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.56 |
| HSL | 117.47º | 0.75% | 0.25% | - |
| HSV(B) | 117.47º | 0.86% | 0.44% | - |
| XYZ | 6.07 | 11.56 | 2.4 | - |
| YUV | 72.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 111 | 16 | 0.82 | 0 | 0.86 | 0.56 | 117.47 | 0.75 | 0.25 |
| Hex | 14 | 6F | 10 | 52 | 0 | 56 | 38 | 75 | 4B | 19 |
| Octal | 24 | 157 | 20 | 122 | 0 | 126 | 70 | 165 | 113 | 31 |
| Binary | 10100 | 1101111 | 10000 | 1010010 | 0 | 1010110 | 111000 | 1110101 | 1001011 | 11001 |
Color Harmonies of #146F10
Complementary color
Monochromatic Colors of #146F10
Black with #146F10
Text Example
Text Example
White with #146F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146F10; }
p { color: rgb(20,111,16); }
H1.HeaderClassName
{
color: #146F10;
}
.AnyTagClassName
{
color: #146F10;
}
</style>
background-color css
<style>
a { background-color: #146F10; }
a { background-color: rgb(20,111,16); }
div.DivClassName
{
background-color: #146F10;
}
.BgClassName
{
background-color: #146F10;
}
</style>
border-color css
<style>
span { border-color: #146F10; }
span { border-color: rgb(20,111,16); }
td.TdClassName
{
border-color: #146F10;
}
.TagClassName
{
border-color: #146F10;
}
</style>