#146A3D

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

Shades of Fun Green #146A3D

Tints of Fun Green #146A3D

Color information

#146A3D (or 0x146A3D) is unknown color: approx Fun Green. HEX triplet: 14, 6A and 3D. RGB value is (20,106,61). Sum of RGB (Red+Green+Blue) = 20+106+61=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 106 (41.80% from 255 or 56.68% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 106 - color contains mainly: green. Hex color #146A3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146A3D is #EB95C2. Grayscale: #4B4B4B. Windows color (decimal): -15439299 or 4024852. OLE color: 4024852.

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

Color convert

RGB2010661-
CMYK0.8100.420.58
HSL148.6º68.25%24.71%-
HSV(B)148.6º81.13%41.57%-
XYZ6.2810.796.17-
YUV75.16120.0188.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.70%
GREEN value IS 106 (41.80% from 255) = 56.68%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=10.70%
G=56.68%
B=32.62%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal20106610.8100.420.58148.668.2524.71
Hex146A3D5102A3A954419
Octal24152751210527222510431
Binary1010011010101111011010001010101011101010010101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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