#147106

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

Shades of Green #147106

Tints of Green #147106

Color information

#147106 (or 0x147106) is unknown color: approx Green. HEX triplet: 14, 71 and 06. RGB value is (20,113,6). Sum of RGB (Red+Green+Blue) = 20+113+6=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 113 (44.53% from 255 or 81.29% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 113 - color contains mainly: green. Hex color #147106 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147106 is #EB8EF9. Grayscale: #494949. Windows color (decimal): -15437562 or 422164. OLE color: 422164.

HSL color Cylindrical-coordinate representation of color #147106: hue angle of 112.15º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #147106 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB201136-
CMYK0.8200.950.56
HSL112.15º89.92%23.33%-
HSV(B)112.15º94.69%44.31%-
XYZ6.2311.972.15-
YUV7390.1990.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 113 (44.53% from 255) = 81.29%
BLUE value IS 6 (2.73% from 255) = 4.32%
R=14.39%
G=81.29%
B=4.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2011360.8200.950.56112.1589.9223.33
Hex147165205F38705a17
Octal24161612201377016013227
Binary1010011100011101010010010111111110001110000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147106; }

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

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

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

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

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

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

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

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