#146C05

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

Shades of Green #146C05

Tints of Green #146C05

Color information

#146C05 (or 0x146C05) is unknown color: approx Green. HEX triplet: 14, 6C and 05. RGB value is (20,108,5). Sum of RGB (Red+Green+Blue) = 20+108+5=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 108 (42.58% from 255 or 81.20% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 108 - color contains mainly: green. Hex color #146C05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146C05 is #EB93FA. Grayscale: #464646. Windows color (decimal): -15438843 or 355348. OLE color: 355348.

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

Color convert

RGB201085-
CMYK0.8100.950.58
HSL111.26º91.15%22.16%-
HSV(B)111.26º95.37%42.35%-
XYZ5.6810.881.95-
YUV69.9591.3592.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 108 (42.58% from 255) = 81.20%
BLUE value IS 5 (2.34% from 255) = 3.76%
R=15.04%
G=81.20%
B=3.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2010850.8100.950.58111.2691.1522.16
Hex146C55105F3A6f5b16
Octal24154512101377215713326
Binary1010011011001011010001010111111110101101111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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