#146A02

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

Shades of Green #146A02

Tints of Green #146A02

Color information

#146A02 (or 0x146A02) is unknown color: approx Green. HEX triplet: 14, 6A and 02. RGB value is (20,106,2). Sum of RGB (Red+Green+Blue) = 20+106+2=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 106 (41.80% from 255 or 82.81% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 106 - color contains mainly: green. Hex color #146A02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146A02 is #EB95FD. Grayscale: #444444. Windows color (decimal): -15439358 or 158228. OLE color: 158228.

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

Color convert

RGB201062-
CMYK0.8100.980.58
HSL109.62º96.3%21.18%-
HSV(B)109.62º98.11%41.57%-
XYZ5.4510.461.79-
YUV68.4390.5193.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 106 (41.80% from 255) = 82.81%
BLUE value IS 2 (1.17% from 255) = 1.56%
R=15.62%
G=82.81%
B=1.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2010620.8100.980.58109.6296.321.18
Hex146A2510623A6e6015
Octal24152212101427215614025
Binary101001101010101010001011000101110101101110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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