#147006

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

Shades of Green #147006

Tints of Green #147006

Color information

#147006 (or 0x147006) is unknown color: approx Green. HEX triplet: 14, 70 and 06. RGB value is (20,112,6). Sum of RGB (Red+Green+Blue) = 20+112+6=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 112 (44.14% from 255 or 81.16% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 112 - color contains mainly: green. Hex color #147006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147006 is #EB8FF9. Grayscale: #484848. Windows color (decimal): -15437818 or 421908. OLE color: 421908.

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

Color convert

RGB201126-
CMYK0.8200.950.56
HSL112.08º89.83%23.14%-
HSV(B)112.08º94.64%43.92%-
XYZ6.1211.752.12-
YUV72.4190.5290.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 112 (44.14% from 255) = 81.16%
BLUE value IS 6 (2.73% from 255) = 4.35%
R=14.49%
G=81.16%
B=4.35%

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
Decimal2011260.8200.950.56112.0889.8323.14
Hex147065205F38705a17
Octal24160612201377016013227
Binary1010011100001101010010010111111110001110000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147006; }

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

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

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

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

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

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

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

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