Shades of Green #146102
Tints of Green #146102
RGB
CMYK
RGB Variations
Color information
#146102 (or 0x146102) is known color: Green. HEX triplet: 14, 61 and 02. RGB value is (20,97,2). Sum of RGB (Red+Green+Blue) = 20+97+2=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 97 (38.28% from 255 or 81.51% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 97 - color contains mainly: green. Hex color #146102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146102 is #EB9EFD. Grayscale: #3F3F3F. Windows color (decimal): -15441662 or 155924. OLE color: 155924.
HSL color Cylindrical-coordinate representation of color #146102: hue angle of 108.63º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #146102 is Cyan = 0.79, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 97 | 2 | - |
| CMYK | 0.79 | 0 | 0.98 | 0.62 |
| HSL | 108.63º | 0.96% | 0.19% | - |
| HSV(B) | 108.63º | 0.98% | 0.38% | - |
| XYZ | 4.57 | 8.7 | 1.5 | - |
| YUV | 63.15 | 93.49 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 2 | 0.79 | 0 | 0.98 | 0.62 | 108.63 | 0.96 | 0.19 |
| Hex | 14 | 61 | 2 | 4F | 0 | 62 | 3E | 6D | 60 | 13 |
| Octal | 24 | 141 | 2 | 117 | 0 | 142 | 76 | 155 | 140 | 23 |
| Binary | 10100 | 1100001 | 10 | 1001111 | 0 | 1100010 | 111110 | 1101101 | 1100000 | 10011 |
Color Harmonies of #146102
Complementary color
Monochromatic Colors of #146102
Black with #146102
Text Example
Text Example
White with #146102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #146102; }
p { color: rgb(20,97,2); }
H1.HeaderClassName
{
color: #146102;
}
.AnyTagClassName
{
color: #146102;
}
</style>
background-color css
<style>
a { background-color: #146102; }
a { background-color: rgb(20,97,2); }
div.DivClassName
{
background-color: #146102;
}
.BgClassName
{
background-color: #146102;
}
</style>
border-color css
<style>
span { border-color: #146102; }
span { border-color: rgb(20,97,2); }
td.TdClassName
{
border-color: #146102;
}
.TagClassName
{
border-color: #146102;
}
</style>