Shades of Green #147101
Tints of Green #147101
RGB
CMYK
RGB Variations
Color information
#147101 (or 0x147101) is known color: Green. HEX triplet: 14, 71 and 01. RGB value is (20,113,1). Sum of RGB (Red+Green+Blue) = 20+113+1=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 113 (44.53% from 255 or 84.33% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 113 - color contains mainly: green. Hex color #147101 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147101 is #EB8EFE. Grayscale: #484848. Windows color (decimal): -15437567 or 94484. OLE color: 94484.
HSL color Cylindrical-coordinate representation of color #147101: hue angle of 109.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #147101 is Cyan = 0.82, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 113 | 1 | - |
| CMYK | 0.82 | 0 | 0.99 | 0.56 |
| HSL | 109.82º | 0.98% | 0.22% | - |
| HSV(B) | 109.82º | 0.99% | 0.44% | - |
| XYZ | 6.2 | 11.96 | 2.01 | - |
| YUV | 72.43 | 87.69 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 113 | 1 | 0.82 | 0 | 0.99 | 0.56 | 109.82 | 0.98 | 0.22 |
| Hex | 14 | 71 | 1 | 52 | 0 | 63 | 38 | 6E | 62 | 16 |
| Octal | 24 | 161 | 1 | 122 | 0 | 143 | 70 | 156 | 142 | 26 |
| Binary | 10100 | 1110001 | 1 | 1010010 | 0 | 1100011 | 111000 | 1101110 | 1100010 | 10110 |
Color Harmonies of #147101
Complementary color
Monochromatic Colors of #147101
Black with #147101
Text Example
Text Example
White with #147101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #147101; }
p { color: rgb(20,113,1); }
H1.HeaderClassName
{
color: #147101;
}
.AnyTagClassName
{
color: #147101;
}
</style>
background-color css
<style>
a { background-color: #147101; }
a { background-color: rgb(20,113,1); }
div.DivClassName
{
background-color: #147101;
}
.BgClassName
{
background-color: #147101;
}
</style>
border-color css
<style>
span { border-color: #147101; }
span { border-color: rgb(20,113,1); }
td.TdClassName
{
border-color: #147101;
}
.TagClassName
{
border-color: #147101;
}
</style>