#147A11

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

Shades of Green #147A11

Tints of Green #147A11

Color information

#147A11 (or 0x147A11) is unknown color: approx Green. HEX triplet: 14, 7A and 11. RGB value is (20,122,17). Sum of RGB (Red+Green+Blue) = 20+122+17=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 122 (48.05% from 255 or 76.73% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 122 - color contains mainly: green. Hex color #147A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147A11 is #EB85EE. Grayscale: #4F4F4F. Windows color (decimal): -15435247 or 1145364. OLE color: 1145364.

HSL color Cylindrical-coordinate representation of color #147A11: hue angle of 118.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147A11 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB2012217-
CMYK0.8400.860.52
HSL118.29º75.54%27.25%-
HSV(B)118.29º86.07%47.84%-
XYZ7.3514.112.87-
YUV79.5392.7185.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 122 (48.05% from 255) = 76.73%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=12.58%
G=76.73%
B=10.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20122170.8400.860.52118.2975.5427.25
Hex147A115405634764c1b
Octal241722112401266416611433
Binary101001111010100011010100010101101101001110110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147A11; }

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

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

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

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

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

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

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

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