#146D0A

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

Shades of Green #146D0A

Tints of Green #146D0A

Color information

#146D0A (or 0x146D0A) is unknown color: approx Green. HEX triplet: 14, 6D and 0A. RGB value is (20,109,10). Sum of RGB (Red+Green+Blue) = 20+109+10=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 109 (42.97% from 255 or 78.42% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 109 - color contains mainly: green. Hex color #146D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146D0A is #EB92F5. Grayscale: #474747. Windows color (decimal): -15438582 or 683284. OLE color: 683284.

HSL color Cylindrical-coordinate representation of color #146D0A: hue angle of 113.94º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146D0A is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.57.

Color convert

RGB2010910-
CMYK0.8200.910.57
HSL113.94º83.19%23.33%-
HSV(B)113.94º90.83%42.75%-
XYZ5.8111.112.12-
YUV71.193.5191.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 109 (42.97% from 255) = 78.42%
BLUE value IS 10 (4.30% from 255) = 7.19%
R=14.39%
G=78.42%
B=7.19%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20109100.8200.910.57113.9483.1923.33
Hex146DA5205B39725317
Octal241551212201337116212327
Binary10100110110110101010010010110111110011110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146D0A; }

 p { color: rgb(20,109,10); }

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

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

 a { background-color: rgb(20,109,10); }

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

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

 span { border-color: rgb(20,109,10); }

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