#147610

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

Shades of Green #147610

Tints of Green #147610

Color information

#147610 (or 0x147610) is unknown color: approx Green. HEX triplet: 14, 76 and 10. RGB value is (20,118,16). Sum of RGB (Red+Green+Blue) = 20+118+16=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 118 (46.48% from 255 or 76.62% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 118 - color contains mainly: green. Hex color #147610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147610 is #EB89EF. Grayscale: #4D4D4D. Windows color (decimal): -15436272 or 1078804. OLE color: 1078804.

HSL color Cylindrical-coordinate representation of color #147610: hue angle of 117.65º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147610 is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB2011816-
CMYK0.8300.860.54
HSL117.65º76.12%26.27%-
HSV(B)117.65º86.44%46.27%-
XYZ6.8613.142.67-
YUV77.0793.5387.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 118 (46.48% from 255) = 76.62%
BLUE value IS 16 (6.64% from 255) = 10.39%
R=12.99%
G=76.62%
B=10.39%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118160.8300.860.54117.6576.1226.27
Hex1476105305636764c1a
Octal241662012301266616611432
Binary101001110110100001010011010101101101101110110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147610; }

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

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

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

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

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

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

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

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