#146B09

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

Shades of Green #146B09

Tints of Green #146B09

Color information

#146B09 (or 0x146B09) is unknown color: approx Green. HEX triplet: 14, 6B and 09. RGB value is (20,107,9). Sum of RGB (Red+Green+Blue) = 20+107+9=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 107 (42.19% from 255 or 78.68% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 107 - color contains mainly: green. Hex color #146B09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146B09 is #EB94F6. Grayscale: #464646. Windows color (decimal): -15439095 or 617236. OLE color: 617236.

HSL color Cylindrical-coordinate representation of color #146B09: hue angle of 113.27º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #146B09 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB201079-
CMYK0.8100.920.58
HSL113.27º84.48%22.75%-
HSV(B)113.27º91.59%41.96%-
XYZ5.610.682.03-
YUV69.8293.6892.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 107 (42.19% from 255) = 78.68%
BLUE value IS 9 (3.91% from 255) = 6.62%
R=14.71%
G=78.68%
B=6.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2010790.8100.920.58113.2784.4822.75
Hex146B95105C3A715417
Octal241531112101347216112427
Binary10100110101110011010001010111001110101110001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,107,9); }

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

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

 a { background-color: rgb(20,107,9); }

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

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

 span { border-color: rgb(20,107,9); }

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