#146812

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

Shades of Green #146812

Tints of Green #146812

Color information

#146812 (or 0x146812) is unknown color: approx Green. HEX triplet: 14, 68 and 12. RGB value is (20,104,18). Sum of RGB (Red+Green+Blue) = 20+104+18=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 104 (41.02% from 255 or 73.24% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 104 - color contains mainly: green. Hex color #146812 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146812 is #EB97ED. Grayscale: #454545. Windows color (decimal): -15439854 or 1206292. OLE color: 1206292.

HSL color Cylindrical-coordinate representation of color #146812: hue angle of 118.6º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146812 is Cyan = 0.81, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB2010418-
CMYK0.8100.830.59
HSL118.6º70.49%23.92%-
HSV(B)118.6º82.69%40.78%-
XYZ5.3510.092.24-
YUV69.0899.1792.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 104 (41.02% from 255) = 73.24%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=14.08%
G=73.24%
B=12.68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal20104180.8100.830.59118.670.4923.92
Hex146812510533B774618
Octal241502212101237316710630
Binary101001101000100101010001010100111110111110111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146812; }

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

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

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

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

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

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

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

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