#146512

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

Shades of Green #146512

Tints of Green #146512

Color information

#146512 (or 0x146512) is unknown color: approx Green. HEX triplet: 14, 65 and 12. RGB value is (20,101,18). Sum of RGB (Red+Green+Blue) = 20+101+18=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 101 (39.84% from 255 or 72.66% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 101 - color contains mainly: green. Hex color #146512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146512 is #EB9AED. Grayscale: #434343. Windows color (decimal): -15440622 or 1205524. OLE color: 1205524.

HSL color Cylindrical-coordinate representation of color #146512: hue angle of 118.55º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146512 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB2010118-
CMYK0.8000.820.60
HSL118.55º69.75%23.33%-
HSV(B)118.55º82.18%39.61%-
XYZ5.059.52.14-
YUV67.32100.1694.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 101 (39.84% from 255) = 72.66%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=14.39%
G=72.66%
B=12.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal20101180.8000.820.60118.5569.7523.33
Hex146512500523C774617
Octal241452212001227416710627
Binary101001100101100101010000010100101111001110111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146512; }

 p { color: rgb(20,101,18); }

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

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

 a { background-color: rgb(20,101,18); }

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

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

 span { border-color: rgb(20,101,18); }

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