#147511

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

Shades of Green #147511

Tints of Green #147511

Color information

#147511 (or 0x147511) is unknown color: approx Green. HEX triplet: 14, 75 and 11. RGB value is (20,117,17). Sum of RGB (Red+Green+Blue) = 20+117+17=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 117 (46.09% from 255 or 75.97% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 117 - color contains mainly: green. Hex color #147511 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147511 is #EB8AEE. Grayscale: #4C4C4C. Windows color (decimal): -15436527 or 1144084. OLE color: 1144084.

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

Color convert

RGB2011717-
CMYK0.8300.850.54
HSL118.2º74.63%26.27%-
HSV(B)118.2º85.47%45.88%-
XYZ6.7512.912.67-
YUV76.694.3687.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 117 (46.09% from 255) = 75.97%
BLUE value IS 17 (7.03% from 255) = 11.04%
R=12.99%
G=75.97%
B=11.04%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117170.8300.850.54118.274.6326.27
Hex1475115305536764b1a
Octal241652112301256616611332
Binary101001110101100011010011010101011101101110110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147511; }

 p { color: rgb(20,117,17); }

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

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

 a { background-color: rgb(20,117,17); }

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

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

 span { border-color: rgb(20,117,17); }

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