#146614

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

Shades of Green #146614

Tints of Green #146614

Color information

#146614 (or 0x146614) is unknown color: approx Green. HEX triplet: 14, 66 and 14. RGB value is (20,102,20). Sum of RGB (Red+Green+Blue) = 20+102+20=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 102 (40.23% from 255 or 71.83% from 142); Blue value is 20 (8.20% from 255 or 14.08% from 142); Max value from RGB is 102 - color contains mainly: green. Hex color #146614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146614 is #EB99EB. Grayscale: #444444. Windows color (decimal): -15440364 or 1336852. OLE color: 1336852.

HSL color Cylindrical-coordinate representation of color #146614: hue angle of 120º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146614 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB2010220-
CMYK0.8000.800.6
HSL120º67.21%23.92%-
HSV(B)120º80.39%40%-
XYZ5.179.72.26-
YUV68.13100.8393.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 102 (40.23% from 255) = 71.83%
BLUE value IS 20 (8.20% from 255) = 14.08%
R=14.08%
G=71.83%
B=14.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal20102200.8000.800.612067.2123.92
Hex146614500503C784318
Octal241462412001207417010330
Binary101001100110101001010000010100001111001111000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146614; }

 p { color: rgb(20,102,20); }

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

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

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

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

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

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

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