#146D05

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

Shades of Green #146D05

Tints of Green #146D05

Color information

#146D05 (or 0x146D05) is unknown color: approx Green. HEX triplet: 14, 6D and 05. RGB value is (20,109,5). Sum of RGB (Red+Green+Blue) = 20+109+5=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 109 (42.97% from 255 or 81.34% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 109 - color contains mainly: green. Hex color #146D05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146D05 is #EB92FA. Grayscale: #464646. Windows color (decimal): -15438587 or 355604. OLE color: 355604.

HSL color Cylindrical-coordinate representation of color #146D05: hue angle of 111.35º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #146D05 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB201095-
CMYK0.8200.950.57
HSL111.35º91.23%22.35%-
HSV(B)111.35º95.41%42.75%-
XYZ5.7811.11.98-
YUV70.5391.0191.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.93%
GREEN value IS 109 (42.97% from 255) = 81.34%
BLUE value IS 5 (2.34% from 255) = 3.73%
R=14.93%
G=81.34%
B=3.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2010950.8200.950.57111.3591.2322.35
Hex146D55205F396f5b16
Octal24155512201377115713326
Binary1010011011011011010010010111111110011101111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,109,5); }

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

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

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

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

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

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

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