#146A09

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

Shades of Green #146A09

Tints of Green #146A09

Color information

#146A09 (or 0x146A09) is unknown color: approx Green. HEX triplet: 14, 6A and 09. RGB value is (20,106,9). Sum of RGB (Red+Green+Blue) = 20+106+9=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 106 (41.80% from 255 or 78.52% from 135); Blue value is 9 (3.91% from 255 or 6.67% from 135); Max value from RGB is 106 - color contains mainly: green. Hex color #146A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146A09 is #EB95F6. Grayscale: #454545. Windows color (decimal): -15439351 or 616980. OLE color: 616980.

HSL color Cylindrical-coordinate representation of color #146A09: hue angle of 113.2º 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 #146A09 is Cyan = 0.81, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB201069-
CMYK0.8100.920.58
HSL113.2º84.35%22.55%-
HSV(B)113.2º91.51%41.57%-
XYZ5.4910.481.99-
YUV69.2394.0192.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 106 (41.80% from 255) = 78.52%
BLUE value IS 9 (3.91% from 255) = 6.67%
R=14.81%
G=78.52%
B=6.67%

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
Decimal2010690.8100.920.58113.284.3522.55
Hex146A95105C3A715417
Octal241521112101347216112427
Binary10100110101010011010001010111001110101110001101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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