#147110

Color #147110 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #147110

Tints of Green #147110

Color information

#147110 (or 0x147110) is unknown color: approx Green. HEX triplet: 14, 71 and 10. RGB value is (20,113,16). Sum of RGB (Red+Green+Blue) = 20+113+16=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 113 (44.53% from 255 or 75.84% from 149); Blue value is 16 (6.64% from 255 or 10.74% from 149); Max value from RGB is 113 - color contains mainly: green. Hex color #147110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147110 is #EB8EEF. Grayscale: #4A4A4A. Windows color (decimal): -15437552 or 1077524. OLE color: 1077524.

HSL color Cylindrical-coordinate representation of color #147110: hue angle of 117.53º 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 #147110 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB2011316-
CMYK0.8200.860.56
HSL117.53º75.19%25.29%-
HSV(B)117.53º85.84%44.31%-
XYZ6.29122.47-
YUV74.1495.1989.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 113 (44.53% from 255) = 75.84%
BLUE value IS 16 (6.64% from 255) = 10.74%
R=13.42%
G=75.84%
B=10.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20113160.8200.860.56117.5375.1925.29
Hex1471105205638764b19
Octal241612012201267016611331
Binary101001110001100001010010010101101110001110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147110; }

 p { color: rgb(20,113,16); }

 H1.HeaderClassName
 {
   color: #147110;
 }
 .AnyTagClassName
 {
   color: #147110;
 }
</style>
background-color css

<style>
 a { background-color: #147110; }

 a { background-color: rgb(20,113,16); }

 div.DivClassName
 {
   background-color: #147110;
 }
 .BgClassName
 {
   background-color: #147110;
 }
</style>
border-color css

<style>
 span { border-color: #147110; }

 span { border-color: rgb(20,113,16); }

 td.TdClassName
 {
   border-color: #147110;
 }
 .TagClassName
 {
   border-color: #147110;
 }
</style>